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

Radgrid paging style wrapping problem

1 Answer 108 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vishal Gajjar
Top achievements
Rank 1
Vishal Gajjar asked on 23 Nov 2010, 05:33 AM
Hi All,

I have used telerik RadGrid control and my problem is that the paging items are overlapping when I use the screen resolutions 1024x768. Is there any way to wrap the RadGrid paging in 2 lines when the screen resolution is 1024x768?

Please find the attachment for the screen shot of the RadGrid Paging section. The overlapping is pointed with the arrow.

Please let me know if anyone know the solution for this problem.

1 Answer, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 25 Nov 2010, 02:03 PM
Hello Vishal,

Try the following CSS on your page:

div.RadGrid table.rgMasterTable tr.rgPager div.rgWrap
{
    float:left;
}


Veli
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
General Discussions
Asked by
Vishal Gajjar
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or