Jump to content

programmatically check/uncheck rows in dbgrid (with checkboxes enabled)


Recommended Posts

Posted

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);');

 

  • 1 year later...
  • 7 months later...
Posted

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.

 

Posted

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

Posted
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

Posted
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.

Posted
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? :)

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...