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

elements.groupingtable_1.getGroupedSelection();

but no

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,

it can’t be done without a new api, setGroupedSelection - please create a case for this

will do.

C

What’s the url to create a case?

Hey swingman,

i usually create cases in the support-system from servoy. Dashboard - Servoy Support you need to login with your servoy-credentials or create an account.

Or if i find bugs on some specifics modules i create a issue on the github page, for example the bootstrap components GitHub - Servoy/bootstrapcomponents here you need a github account.

Greetings
-Vik

Added as SVYX-528.