I am trying to use the TreeList widget (http://demos.telerik.com/kendo-ui/treelist/index), but with a lot of data (~2000 rows). It seems to not handle this well as it tries to load all everything at once.
There is a similar TreeView widget (http://demos.telerik.com/kendo-ui/treeview/index), which allows for a configurable method called “LoadOnDemand” (http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview#configuration-loadOnDemand) that allows the children for a node to be loaded when the parent is expanded, but I can't seem to find a similar function for the treelist widget.
Is there an alternative way to achieve the same functionality (loading the children on expand of their parent)?
There is a similar TreeView widget (http://demos.telerik.com/kendo-ui/treeview/index), which allows for a configurable method called “LoadOnDemand” (http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview#configuration-loadOnDemand) that allows the children for a node to be loaded when the parent is expanded, but I can't seem to find a similar function for the treelist widget.
Is there an alternative way to achieve the same functionality (loading the children on expand of their parent)?