This is a migrated thread and some comments may be shown as answers.

Dynamic Header Scroll with Page scroll

1 Answer 79 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brad
Top achievements
Rank 1
Brad asked on 02 Aug 2010, 07:49 PM
I have been asked by my Client to give him the ability to offer to his Customers the "Cool" DHTML feature of having the Column Headers for the RadGrid move down with the rows as the records are scrolled down the page. This will always make visible the Column names even when the records displayed exceed the page view.

Any ideas will help. He seams to believe the RadGrid has a setting that does this but I have been unable to find it by any name that I understand.

Thanks

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 03 Aug 2010, 02:58 PM
Hello Brad,

The most common problem when scrolling is losing the context of the current column. This context is supplied by the column header. RadGrid lets you keep the header at the top even when scrolling the grid. To enable this feature, set the ClientSettings.Scrolling.UseStaticHeaders property to True. (Its default value is False.)

More information is available here:
http://www.telerik.com/help/aspnet-ajax/grdscrollwithstaticheaders.html

All the best,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
Brad
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or