Discussion
2
Replies
5155
Views
Posted: October 22, 2015
Last activity: October 23, 2015
Closed
How to display selected rows conditionally on repeating Grid?
we have requirement to display specific pages from pagelist in repeating grid?
ex: i have page list results() and i want to display only selected pages (if selected=true) from results() should display in Repeating Gird?
Thanks in Advance
I do not know what version of Pega you are using but assuming Pega 7.1.x
In the repeat grid Layout configuration you can set Row visibility. You can use a When rule or a condition like .pySelected = 'True' to have rows conditionally visible
Hope this helps.