Binding to Local Data in jQuery TreeView Widget Demo
The Kendo UI for jQuery TreeView supports local data binding and you can display local-storage data in the component.
To implement local data binding, you only need to supply an array of JavaScript objects or JSON through the dataSource
data
property of the jQuery TreeView or utilize the Kendo UI DataSource as a mediator between the component and the underlying data.
This demo shows how to populate the TreeView by using a local array for the DataSource.
This TreeView example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.
Read more here: Source link