Available in the Full Version

Hierarchical Grid - Load on Demand

This sample demonstrates how to use the load on demand functionality of igHierarchicalGrid.

This sample is designed for a larger screen size.

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

Load on demand functionality enables the hierarchical grid to request the data for the child layouts from the server as the user interacts with the grid (expands a layout). This approach significantly reduces the data being transferred between the browser and the server.
The grid in this sample is configured in the controller which is mandatory for load on demand scenario. When you expand a row the data for the child layout will be requested with an AJAX call from the server.

Code View

Copy to Clipboard