• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Frozen Rows and Columns in ASP.NET MVC Data Grid Control

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.

DEMO
SOURCE
Frozen Rows
Frozen Columns

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.