Jump to content

Recommended Posts

Posted

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!

Posted
41 minutes ago, Nadya said:

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

Your column is not readonly?

Posted
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

Posted
8 minutes ago, Nadya said:

I'll try to apply all properties of my work grid to the grid in demo and try again

DBTreeGrid2.zip

 

I've set ReadOnly = False for "Capital" column and  dgEditing = False in Grid options - CellClick doesn't work for "Capital" column only

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

Posted
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

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