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
I believe this is not possible when you use the user filter parameter of read only grid. To achieve this, you need to use manual filtering fields like configuring dropdowns with proper save into to filter the data. You can save the appropriate values in the filtering fields to unselect the rows.