Question
3
Replies
32
Views
Posted: March 5, 2020
Last activity: March 6, 2020
Display Delete I-con Newly added rows in Repeat Grid Layout
Hi Team.
In Stage 'A' I have Repeat Grid Table her i added two rows then i submitted it will go to the Stage 'B'.
Whatever i added in Stage 'A' those rows will display in Stage 'B' here we should not display Delete I-con for those two records.
Now I added third (3) row in Stage 'B' for this row i need to display Delete I-con.
Can anyone tell me how to do this one.
Thanks in Advance
Ravi
In the post processing of the first stage, loop through the pagelist and set some flag to true. In the new stage use this flag to show the delete icon when it's not true.