E9.2 Clear grid selection after Row exit

Vidushi

Vidushi

Member
I have selected some multiple rows in the grid and then select one row exit. After processing of the row exit, Grid selection should be cleared.

so what i did, in the "Button Clicked" and "Post button clicked" of the selected Row exit, I used
Clear selection(FC Grid)

I tried both the events but last row is keep selected.

How to achieve this? means Clear all the selections of the grid?
 
Hi @Vidushi

You can use "Change Row Selection" system function to Unselect in a button with Repeat for Grid Option, or in a loop for all rows selected.

1661421902857.png

I hope useful.

Best regards.
 
Back
Top