I have a grid column which should be displayed based on a condition. When the condition is true it will show a grid as below.
and when the condition is false it should not show anything but instead it is displaying as below. I haven't configured anything to display something like this in the interface. Can someone please help.
Discussion posts and replies are publicly visible
It would help when you could share some code snippets.
I assume that you use a showWhen condition. Then I assume that you do that at the column level instead of the grid level. If all of these assumptions are correct, you should know what to do.
Yes, my mistake.. I have applied the condition at column level which should be at grid level.. Thank you.