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

Grid headers move to the right

1 Answer 65 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Maggi
Top achievements
Rank 1
Maggi asked on 13 May 2011, 09:25 PM
Hi,

I am using the RADGrid and some users using laptops have complained about the grid headers moving to the right of the screen creating a horizontal scroll. I dont see that on my desktop. Is there any setting that would not distort the grid headers.
I have already tried setting UseStaticHeaders='true'.

Any suggestions would be appreciated.

Thanks

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 May 2011, 03:21 PM
Hi Maggi,

To restrict the horizontal bar from being rendered, please reduce the MasterTableView width a little, for example:

<telerik:RadGrid>
<MasterTableView Width="95%" TableLayout="Fixed" />
</telerik:RadGrid>

and see if it helps.

Greetings,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start 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
Maggi
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or