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

Telerik Grid Static Headers Problem

1 Answer 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pardha Saradhi
Top achievements
Rank 1
Pardha Saradhi asked on 08 Dec 2010, 07:44 PM
Hi,

I have been using Telerik grid with UseStaticHeaders="true", which is used to enable static headers in the grid. But if change the page size from 10 to 50, then my grid is getting the data from database and loading into grid. so in that case, when i scroll the horizontal scroll bar then the headers are getting freezed, but datagrid rows are scrolling.
when i scroll from left to right, the header bar is getting freezed but rows are getting scrolling.

Please let me know the best solution to resolve this error.

Thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 09 Dec 2010, 11:14 AM
Hi Pardha,

RadGrid lets you keep the header at the top even when scrolling the grid after you set the ClientSettings.Scrolling.UseStaticHeaders property to True. When UseStaticHeaders is True, the header row is still visible, even when the grid is scrolled.

Additionally, I recommend you examine this online example for more info about how the grid with scrolling and static headers works.

Regards,
Pavlina
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Pardha Saradhi
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or