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.