Example of Default Functionalities in ASP.NET MVC Tree Grid Control
This sample demonstrates the default rendering of the Tree Grid with minimum configuration.
DEMO
SOURCE
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 sectionopens in a new tab.