Example of Default Functionalities in Javascript Tree Grid Control

/
/
Default Functionalities

This sample demonstrates the default rendering of the Tree Grid with minimum configuration.

More Details...

Description

The Tree Grid is used to represent the hierarchical data in a tabular format, combining the visual representation of Grid and TreeView controls. It represents the data from datasource such as an array of JSON objects, OData web services, or DataManager binding data fields to columns or self-referential datasource. In this demo, the Tree Grid is populated with its minimum default settings. More information on the Tree Grid instantiation can be found in this documentation section.