Example of Overview in Javascript Tree Grid Control

/
/
Overview

This JavaScript Tree Grid example demonstrates the overview of basic Tree Grid features such as sorting, filtering, conditional formatting, column template and scrolling.

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, 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.