Page 1 of 1

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

PostPosted: Thu Nov 03, 2022 4:59 pm
by swingman
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

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,

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

PostPosted: Thu Nov 03, 2022 5:34 pm
by Gabi Boros
it can't be done without a new api, setGroupedSelection - please create a case for this

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

PostPosted: Thu Nov 03, 2022 6:57 pm
by swingman
will do.

C

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

PostPosted: Thu Nov 03, 2022 6:59 pm
by swingman
What's the url to create a case?

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

PostPosted: Fri Nov 04, 2022 10:50 am
by vik.lamp.vl
Hey swingman,

i usually create cases in the support-system from servoy. https://support.servoy.com/secure/RapidBoard.jspa?rapidView=1&projectKey=SVY&view=planning.nodetail&issueLimit=100 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 https://github.com/Servoy/bootstrapcomponents here you need a github account.

Greetings
-Vik

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

PostPosted: Sun Nov 06, 2022 1:19 pm
by swingman
Added as SVYX-528.