How to load all nodes in kendo treelist

626 Views Asked by At

I have a treeList which use remote binding, meaning the nodes use lazy loading. Rarely, It happens that I need to process all nodes (client side).

Is there a way to load all nodes at once ?

Example of lazy loading : link

0

There are 0 best solutions below