This demo shows the way of binding an array of JavaScript objects (local JSON datasource) to Tree Grid.
Tree Grid can be bound either to local or remote data services. The{" "}
dataSource
property can be assigned either with the array
of JavaScript objects or instance of DataManager
.
In this demo, the array of JavaScript objects is assigned as the data source to the Tree Grid.
More information on the local data binding can be found in this documentation section.