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

TreeList Drag Drop with the Ability to Move Siblings

3 Answers 233 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Joey
Top achievements
Rank 1
Joey asked on 01 Sep 2016, 12:17 AM
It seems that the current implementation of Kendo's TreeList drag and drop allows for moving a node from one parent to another but does NOT allow for moving the order in which siblings appear. What are my options for doing this? I need a hierarchical grid with additional columns - that's why I chose TreeList. I also need the ability to move items around in the tree.

3 Answers, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 05 Sep 2016, 07:40 AM
Hello Joey,

Thank you for the interest in Kendo UI.

Unfortunately, using the Kendo UI TreeList widget with the Sortable widget is a known limitation. This is because the TreeList is using virtual DOM:

http://docs.telerik.com/kendo-ui/controls/interactivity/sortable/overview#known-limitations

Let me know if you need additional information on this matter.

Regards,
Stefan
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
0
Joey
Top achievements
Rank 1
answered on 07 Sep 2016, 09:31 PM
So what are my options then? Is it possible to make a TreeView with columns? Since TreeView does have the drag and drop capability?
0
Stefan
Telerik team
answered on 12 Sep 2016, 02:10 PM
Hello Joey,

I can suggest one custom implementation shared with us by one of our customers. This functionality is similar to the Sortable functionality:

http://dojo.telerik.com/enezI/2

Please have in mind that this is a custom implementation, which is provided "as is" and is not officially supported by Kendo UI. Feel free to modify the implementation, according to your preferences.

Regards,
Stefan
Telerik by Progress
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
Tags
TreeList
Asked by
Joey
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Joey
Top achievements
Rank 1
Share this question
or