Example of undefined in Javascript Tree Grid Control

/
/
undefined

This sample demonstrates how to perform the indent and outdent actions using toolbar. The indent action moves the selected row as the last child of its previous row, while the outdent action moves the selected row as a sibling to its parent row.

More Details...

Description

Injecting Module: Tree Grid features are segregated into individual feature-wise modules. To use indent and outdent feature, we need to inject row re-ordering module using TreeGrid.Inject(RowDD) method.