Showin records as selected in grouped Grid... HELP!

Hi all,
I'm on Servoy 2021.12, ng-client.
My users are jumping between project records. Each project has a grid of resources with multi-select enabled. The resource grids can be filtered. When the users come back to a project they expected the filters, record selection etc to be the same as when they last visited the record. I can get this to work fine as long as the grid is not grouped. There is
but no
There seems to be no way to programmatically show records in a grouped grid as selected. If you click the records manually, they highlight as normal.
Does anyone have a workaround for this?
Thanks,
I'm on Servoy 2021.12, ng-client.
My users are jumping between project records. Each project has a grid of resources with multi-select enabled. The resource grids can be filtered. When the users come back to a project they expected the filters, record selection etc to be the same as when they last visited the record. I can get this to work fine as long as the grid is not grouped. There is
- Code: Select all
elements.groupingtable_1.getGroupedSelection();
but no
- Code: Select all
elements.groupingtable_1.setGroupedSelection(pks);
There seems to be no way to programmatically show records in a grouped grid as selected. If you click the records manually, they highlight as normal.
Does anyone have a workaround for this?
Thanks,