Question
3
Replies
192
Views
Posted: December 19, 2019
Last activity: December 19, 2019
Closed
Solved
Need to show Delete icon in a Grid based on row index of the PageList..!
Hi
I've a requirement to show Delete icon in a Table(Source- PageList) based on the Row Index of that Pagelist.
I need to show delete icon only for the Last Row of that Table.
Configured When Conditions(when rule) on the visibility of that "Delete" Icon i.e.,
When Rule:
Param.pyForEachCount == @Utilities.LengthOfPageList(pyWorkPage.PageList).
But It didn't worked..!!
Can I've any alternative/Suggestions..??
Thanks in Advance.
Hi,
Was the behavior just that none of the rows had a delete button?
If you trace the load of the grid, does param.ForEachCount equal the last index of the pagelist when the when rule executes?
Hope this helps!
-Kurt