Skip to main content
December 18, 2025
Solved

selectable in read-only grid

  • December 18, 2025
  • 5 replies
  • 0 views

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 ?

Best answer by kavipriyan695800

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.

5 replies

kavipriyan695800
December 18, 2025

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.

December 19, 2025

Yeah thought the same, thanks for confirming it [mention:5409d0c2bddc4a498f9fecdc95dcf8a7:e9ed411860ed4f2ba0265705b8793d05] .

shubhama926776
December 19, 2025

Selections persist when using OOTB record type filters.
Use custom filters instead of OOTB record filters, and nullify selections in the filter's saveInto.

December 19, 2025

Thank you [mention:9861aef97eb2483a8b76175d9eda1e37:e9ed411860ed4f2ba0265705b8793d05] 

stefanhelzle0001
December 19, 2025

No