StickyHeader

  • 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 Sticky Header in ASP.NET Core Data Grid Control

This sample demonstrates the usage of sticky header feature which helps to see the header in a fixed possition while scrolling.

DEMO
SOURCE

The Grid headers can be fixed while scrolling its parent element. It can be done by setting the enableStickyHeader property.

In this demo, while scrolling the demo page, the Grid header will be stick to the top of its parent element.

More information on the stacked header configuration can be found in this documentation section.