Question
2
Replies
786
Views
Capgemini
Posted: June 25, 2019
Last activity: 1 week ago
Closed
Solved
Hiding Repeating grid's columns based on some condition
Hi I have a requirement where i need to show/hide some columns on click of a button. but even if i make the column and its heading and invisible the column is still there. I need to completely hide the column.
I know we can achieve this using Virtual RD but i am not using RD here so need some othere alternative.
Thanks and Regards
Deepak
Hi Deepak,
I was able to achieve this using custom styling. Apply below inline styling for the column you want to display conditionally: (place the required when rule in place of "Always")
<pega:when name='Always'>display:none</pega:when>
Hope it helps!!
Thanks