Example of Overview in ASP.NET MVC Tree Grid Control
This ASP.NET MVC Tree Gridopens in a new tab example demonstrates the overview of basic Tree Grid features such as sorting, filtering, conditional formatting, column template and scrolling.
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, Tree Grid features such as sorting, filtering, conditional formatting, column template and scrolling
are used.
More information on the Tree Grid instantiation can be found in this documentation section opens in a new tab.