Jump to content

DBTreeGrid CellClick doesn't work for CheckBox column


Nadya

Recommended Posts

Hi!

I use UNIGUI build 1.90.0.1539

It's nesessary to catch user's clicks on DBTreeGrid column with checkboxes, but CellClick event doesn't triggered for such column

Why? Is it normal behavior? I've tried to enable Editing option for my TreeGrid but it doesn't help.

Tried CellClick also on UniDBTreeGrid2 on "Capital" column in demo project (\uniGUI\Demos\Desktop\Grid - DBTreeGrid), result is the same.

Thanks for any help!

Link to comment
Share on other sites

25 minutes ago, Sherzod said:

Set the value to "False"

Sorry, I didn't notice that in demo project ReadOlny set to True.

But in my main project ReadnOnly on Check column set to False, and ClickCell doesn't work. I'll try to apply all properties of my work grid to the grid in demo and try again

Link to comment
Share on other sites

1 hour ago, Sherzod said:
7 hours ago, Nadya said:

Please see the test case I've attached to post above.

One possible solution, can you try it?

1. CustomCSS:


.customGrid .x-item-disabled {
    pointer-events: auto !important;
}

2. TreeDBGrid -> LayoutConfig->Cls = customGrid

Works perfect, thanks a lot!!!

  • Like 1
Link to comment
Share on other sites

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