Hi everyone, I want to show and hide columns under certain conditions, is there a way to do this?
It depends on your “conditions”, can you give an example?
Sure, I have two different user level, both level can see the same page, in that page I have 2 colums, 1st column is for the level = 1 (example) and 2nd column is for level = 2 (example), now both levels can see both columns, but shouldn’t be, the level 1 need to see only 1st column and level 2 need to see only 2dn column.
Did I explain?
Then you may use Page_DataRendering server event to set the Visible property of the field object.
Thank you!