Hello everyone, I have a form where the grid's marking functionality is used. Some records are marked, and then another form reads the records that are marked and adds them to a temporary table. The MultiSelectorHelper class is used to obtain these marked records from the grid. So far, everything is fine. But the client requirement is to be able to filter some data, mark all that appear, remove the filter, apply a new filter, and mark all those records as well, repeating this process as needed.
The problem is that the grid's marking disappears once it is refreshed, so I lose that marking, which is then used to assign records to the temporary table.
I've thought about it and have some options that require many code modifications. Is there any way to achieve this without having to rethink all the logic?