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

Example of Frozen API in ASP.NET Core Data Grid Control

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

DEMO
SOURCE
Column Name
Freeze Direction

This feature enables users to freeze certain columns at specific positions. This can be achieved by setting the freeze property of column settings. The various modes are:

  • Left : Freezes the column at the left.
  • Right : Freezes the column at the right.
  • Center : Freezes the column at the center.
  • Fixed : Freezes the column at a fixed position. This will ensure its visibility while scrolling horizontally.

In this demo sample, the Order ID column is frozen at the left, the Customer ID column is frozen at the right and the Ship Address column at a fixed position using column->freeze property.

More information on the frozen rows and columns can be found in this documentation section.