Available in the Full Version

Tree Grid - Paging

The sample demonstrates igTreeGrid contextRowMode option with two of the three possible modes.

Paging with contextRowMode: parent



Paging with contextRowMode: breadcrumb

This sample is designed for a larger screen size.

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

The three possible modes for igTreeGrid contextRowMode option are "none," "parent," and "breadcrumb." These modes allow rendering of a context row below the grid headers that contains information about the parent(s) of the first row in the page. The top grid shows contextRowMode option set to "parent," which will render a representation of the immediate parent row. The bottom grid shows contextRowMode option set to "breadcrumb," which will render a breadcrumb trail representing the full path through all ancestors of the first row. By default the option is set to "none," in which case no context row is rendered.

Code View

Copy to Clipboard