Example of Sticky Header in ASP.NET MVC 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
opens in a new tab
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 sectionopens in a new tab.