Skip to main content
October 12, 2023
Question

Issue with the grid column

  • October 12, 2023
  • 2 replies
  • 0 views

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.

    2 replies

    stefanhelzle0001
    Brainy
    October 12, 2023

    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.

    October 12, 2023

    Yes, my mistake.. I have applied the condition at column level which should be at grid level.. Thank you.