Example of Sticky Header in ASP.NET MVC Tree Grid Control
This sample demonstrates the Tree Grid component with the sticky header feature. In this sample, while scrolling the demo page, the Tree Grid header will be fixed at the top of its parent element.
DEMO
SOURCE
The Tree Grid headers can be fixed while scrolling its first scrollable parent element. It can be done by setting theenableStickyHeader
property.
More information on the sticky header can be found in this documentation section.