fabiorov Posted September 9, 2017 Posted September 9, 2017 Hi everybody. I cannot find a way to programmatically check/uncheck rows in unidbgrid, does somebody know how to do it? Quote
Sherzod Posted September 9, 2017 Posted September 9, 2017 Hi, Can help you: http://forums.unigui.com/index.php?/topic/6309-multiselect-unidbgrid-select-rows-programmatically/&do=findComment&comment=33604 Quote
fabiorov Posted September 9, 2017 Author Posted September 9, 2017 is there a ready to use method in component? I prefer not use external JS Quote
Sherzod Posted September 10, 2017 Posted September 10, 2017 Hi, is there a ready to use method in component? I prefer not use external JS Not yet. Also you can use this approach: UniDBGrid1.JSInterface.JSCode(#1'.getSelectionModel().select('#1'.getStore().data.indexOfKey(10), true);'); Quote
vlkc Posted September 18, 2018 Posted September 18, 2018 hello, could you advice how to uncheck all check boxes? Quote
Sherzod Posted September 18, 2018 Posted September 18, 2018 UniDBGrid1.JSInterface.JSCall('getSelectionModel().deselectAll', []); Quote
AleB Posted April 23, 2019 Posted April 23, 2019 Hello, It's possible to prevent "auto" checking of the first row of dbgrib after data load? I've tried to use the dbgrid AfterLoad event with the code suggested before but it seems to be executed before the effective creation of rows. Quote
Sherzod Posted April 23, 2019 Posted April 23, 2019 Hello, Can you please specify which edition and build of UniGUI are you using? 33 minutes ago, AleB said: It's possible to prevent "auto" checking of the first row of dbgrib after data load? Yes Quote
AleB Posted April 23, 2019 Posted April 23, 2019 9 minutes ago, Sherzod said: Hello, Can you please specify which edition and build of UniGUI are you using? Yes Hello, Complete Edition, build 1.50.0.1481 Quote
AleB Posted April 23, 2019 Posted April 23, 2019 3 minutes ago, Sherzod said: Not trial? No. The license registration email is different from mine. Quote
Sherzod Posted April 23, 2019 Posted April 23, 2019 13 minutes ago, AleB said: No. The license registration email is different from mine. You need adjust your forum email address first: Quote
Bocchi Posted April 29, 2019 Posted April 29, 2019 On 4/23/2019 at 6:42 PM, Sherzod said: You need adjust your forum email address first: Hi, I'm AleB, I've resolved the "license problem" using the company account already used by my colleagues. Quote
Bocchi Posted April 30, 2019 Posted April 30, 2019 On 4/23/2019 at 5:36 PM, AleB said: Hello, It's possible to prevent "auto" checking of the first row of dbgrib after data load? I've tried to use the dbgrid AfterLoad event with the code suggested before but it seems to be executed before the effective creation of rows. Hi, could I know now how to prevent the check of the first row? Quote
Sherzod Posted April 30, 2019 Posted April 30, 2019 19 minutes ago, Bocchi said: Hi, could I know now how to prevent the check of the first row? Hi, http://forums.unigui.com/index.php?/topic/11907-dbgrid-multiselect/&do=findComment&comment=63445 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.