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

Use PagerTextFormat to move buttons to the right?

1 Answer 22 Views
Grid
This is a migrated thread and some comments may be shown as answers.
WombatEd
Top achievements
Rank 1
WombatEd asked on 13 Dec 2010, 12:43 AM
Can the PagerTextFormat be used to align the buttons to the right of the pager?  If so, how?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 13 Dec 2010, 06:24 AM
Hello,

The property PagerTextFormat only sets the format of the text that appears in the Pager. You can achieve your requirement by modifying the preset CSS.

CSS:
.rgPager .rgWrap
      {          
          float:right !important;
      }

Thanks,
Princy.
Tags
Grid
Asked by
WombatEd
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or