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

Adding and Removing multiple nodes to the TreeView control

1 Answer 71 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
David Rainton
Top achievements
Rank 1
David Rainton asked on 29 Dec 2012, 12:35 AM
We use KendoUI TreeView controls for editing huge amounts of data (~ 10K of nodes). After adding a custom multi-selection and drag-n-drop functionalities we found that the control performs slowly when a user moves large number of nodes. Primary reason for this is that since TreeView and HierarchicalDataSource don't have methods for adding or removing multiple nodes. Each node has to be removed and added individually which causes a very large overhead on state refresh after each operation. Is there any ways to avoid such overhead?

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 31 Dec 2012, 12:52 PM
Hello David,

Indeed this is a performance consuming task and we cannot give you tips how to improve it since we do not provide it out-of-the-box. Feel free to share an idea to improve the built-in functionality of the Kendo TreeView on our Kendo User Voice page.

Regards,
Petur Subev
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
David Rainton
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or