Example of undefined in Javascript Tree Grid Control

/
/
Freeze Direction

This sample demonstrates the freeze direction feature of the Tree Grid. Scroll the movable content horizontally to view the frozen columns with the content.

More Details...

Column
Freeze Direction
Description

The freezing feature enables the user to freeze certain rows/columns at both sides to scroll remaining movable content. This can be achieved by setting Freeze property in column settings. In this demo sample, the Task ID columns freezed at left side and Approved column freezed at right side using Column->Freezeproperty. Tree Grid features are segregated into individual feature-wise modules. To use frozen rows and columns feature, we need to inject Freeze module using the TreeGrid.Inject(Freeze) method.