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