Available in the Full Version

Hierarchical Grid - API and Events

This sample demonstrates how the Hierarchical Grid API and the child grids API can be put to use. It also shows the grid-specific events processed by custom handlers.

Hierarchical Grid API


Child Grid API

In order to call an API method on a child grid, please first select the associated parent row by ID. The selected row will be expanded to ensure that the child grid is created. Note that each child grid is an instatiation of a flat-data igGrid control and all igGrid API methods and events are applicable for it.

Grid api settings
Filtering settings

Paging settings
Selection settings

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

In order to call an API method on a child grid, please first select the associated parent row by ID. The selected row will be expanded to ensure that the child grid is created. Note that each child grid is an instantiation of a flat-data igGrid control, and all igGrid API methods and events are applicable for it.
Note: If you're using a touch screen monitor with Chome or FireFox the scrollbars of the igHierarchicalGrid will not show by design.

Code View

Copy to Clipboard