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

Dropdownlist under treeview is having problem in showing up and selection of values

2 Answers 94 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Vikash
Top achievements
Rank 1
Vikash asked on 20 Dec 2013, 01:41 PM
I am trying put dropdownlist under treeview but it is not appearing properly on click and also not able to select due to same reason. I have tried putting contents on JsFiddle with dropdownlist under treeview and without treeview. It is working fine without treeview but having problem if we put under treeview.
Please have a look on http://jsfiddle.net/dN2PK/8/

2 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 21 Dec 2013, 09:45 AM
Hello Vikash,

The click events that happen when interacting with the DropDownList propagate and reach the TreeView which reacts to it. To avoid this you need to ensure that clicking inside the widgets do not change the behavior of the TreeView.

e.g.

http://jsfiddle.net/dN2PK/9/


I hope this helps.

Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Vikash
Top achievements
Rank 1
answered on 21 Dec 2013, 01:22 PM
Thank you, it did the trick.
Tags
TreeView
Asked by
Vikash
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Vikash
Top achievements
Rank 1
Share this question
or