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

Treeview data binding performance

1 Answer 82 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jea Youn
Top achievements
Rank 1
Jea Youn asked on 28 Jul 2014, 04:39 PM
Hello,
I need to bind around 900 nodes or more with 3 to 4 depth and it seems take around 3-4 mins.
is there any way to improve performance?

Thanks

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 30 Jul 2014, 07:24 AM
Hello Jea,

In general loading such big amount of DOM elements, can be time and resource consuming. I would suggest you to take a look at the loadOnDemand option of the ListView, that will make it render only the needed elements, and then load other elements whenever requests, which should increase the performance. Here is a link to the option:

http://docs.telerik.com/kendo-ui/api/web/treeview#configuration-loadOnDemand

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
TreeView
Asked by
Jea Youn
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or