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

treeview conversion from telerik MVC to Kendo UI

1 Answer 95 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Harsh
Top achievements
Rank 1
Harsh asked on 30 Mar 2013, 07:45 PM
Hi,

We are converting each control on our telerik MVC project to Kendo UI.
The first one we have taken is Treeview to convert and then later will take the next one. We included the Kendo js and css files in the project, made changes in the view of the treeview to use the appropriate events and methods. BUt we have an issue with the treeview after conversion.
1. The expand/collapse button and the check box gets overlapped. Found the cause of it that the html for checkbox comes in first before the the expand span due to which it gets overlapped.
Q: What are we missing ? By default it should be so that the Span of the expand/collapse should come first

2. If we remove the checkbox from the treeview and then try to expand a node, but it does not do so. Nothing happens when we click on it.
Q: What r we missing ?
 
Thanks..

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 01 Apr 2013, 10:56 AM
Hello,


I tried to reproduce the issues, that you are referring to with version 2013.1.319, but to no avail. Please take a look at the following JS Bin example, which demonstrates a sample implementation of a TreeView with checkboxes and let me know if it covers the current scenario? 

 

All the best,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
TreeView
Asked by
Harsh
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or