Hi,
I have a read-only grid with the selectable parameter enabled. Lets say as a user i select 2 or 3 rows in a grid and then when i try to filter the data using the user filter, is there a way to unselect the existing rows ?
Discussion posts and replies are publicly visible
Selections persist when using OOTB record type filters.Use custom filters instead of OOTB record filters, and nullify selections in the filter's saveInto.
Thank you Shubham Aware