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

Question about alignment of paging bar text

2 Answers 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Boris
Top achievements
Rank 1
Boris asked on 15 Nov 2012, 10:43 PM
In the grid I'm running, the paging is mostly default.  The paging buttons are on the left hand side of the grid.  

On the far right hand side of the grid is the display of number of items in number of pages.

Is there any way to control that?  

(What I'd ideally like to do is have it left aligned, right up against the buttons.)

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 16 Nov 2012, 03:53 AM
Hi Boris,

I suppose you want to align the display of number of items in number of pages left side. Please Check the following CSS.

CSS:
<style type="text/css">
    .RadGrid .rgInfoPart
    {
        float: left !important;
    }
</style>

Thanks,
Shinu.
0
Boris
Top achievements
Rank 1
answered on 19 Nov 2012, 10:27 PM
Works great.  Thanks!
Tags
Grid
Asked by
Boris
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Boris
Top achievements
Rank 1
Share this question
or