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

Items in Pages Question

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kevin J
Top achievements
Rank 1
Kevin J asked on 31 Jan 2011, 11:52 PM
Hello,

  At the base of my Grid control, I have the Telerik.Web.UI.GridPagerMode.NextPrevAndNumeric set as PagerStyle.Mode.  It shows the next page buttons, as well as a drop down list box of items on the page to the left.  And on the far right, it shows the number of items per page, such as "5 items in 4 pages."

  I would like to move that "5 items in 4 pages" text to be left aligned with the drop down box.  However, I can't figure out how to do it.  It seems as though the drop down box has a width of 100%, which pushes the "5 items" text to the right size.  I've tried various CSS tags to style the controls, but either I'm not doing it right, or what I want to do can't be done.

  Has anyone tackled this?  I think it's pretty simple, but I'm just stumped on how to do it.

Thanks!
Kevin J Baird

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 03 Feb 2011, 12:42 PM
Hi,

Try adding the below style to your page:

.RadGrid .rgInfoPart
{
    float:left !important;            
}

For more information on controlling RadGrid appearance, refer to the below articles:
http://www.telerik.com/help/aspnet-ajax/grdskins.html
http://www.telerik.com/help/aspnet-ajax/grdcreatingnewskins.html
http://www.telerik.com/help/aspnet-ajax/grdcustomizingthepager.html

Best wishes,
Iana
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
Kevin J
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or