This is a migrated thread and some comments may be shown as answers.

Embedded TreeView events not work when clicked on text part

3 Answers 99 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
Hüseyin
Top achievements
Rank 1
Hüseyin asked on 28 Aug 2018, 11:11 AM

When text part of a node is clicked, emdedded Treeview events triggered once for each node.  They don't work on following clicks, but nodes are visually seen checked/unchecked.

How can it be overcome? Or is it possible to disable clicking on text part?

3 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 29 Aug 2018, 07:19 AM
Hello,

Thank you for reporting the issue.

Would you please elaborate which exactly event are you defining in the treeview so we could replicate the issue- I have tested with 'select' and 'change' but they were triggered every time at my side - here is my test dojo

As for the question about the disabling the click on the text part - we have been working on this issue and it will be available from the upcoming official release that is due in mid September. In the new version we have added the select event to the DropDownTree widget itself and when it is prevented the node is not selected.


Regards,
Plamen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Hüseyin
Top achievements
Rank 1
answered on 29 Aug 2018, 11:14 AM

In your code,

1. I clicked 'Sofas' item. 'select' and 'change' events were triggered.

2. I clicked 'Sofas' item to deselect. No events were triggered. ( or more generally if you want deselect last selected item, again no events are triggered).

I use check event . It triggers only when clicked on checkbox.

0
Plamen
Telerik team
answered on 31 Aug 2018, 05:55 AM
Hello,

Thank you for reporting the issue and your concern with Kendo widgets.

I have logged it in our repository here and we will do our best to fix it as soon as possible.

If you observe other issues please don't hesitate to let us know.

Regards,
Plamen
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
DropDownTree
Asked by
Hüseyin
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Hüseyin
Top achievements
Rank 1
Share this question
or