Example of Frozen Rows And Columns in Javascript Data Grid Control

/
/
Frozen Rows and Columns

This sample demonstrates the frozen rows and columns feature of the Grid. Scroll the movable content vertically/horizontally to view the frozen rows/columns with the content.

More Details...

Frozen Rows
Frozen Columns
Description

The freezing feature enables the user to freeze certain rows/columns to scroll remaining movable content. This can be achieved by setting frozenRows and frozenColumns property. In this demo sample, the first column and two rows are set to frozen by using the frozenRows and frozenColumns properties. Injecting Module: Grid features are segregated into individual feature-wise modules. To use frozen rows and columns feature, we need to inject Freeze module using the Grid.Inject(Freeze) method.