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

RadGrid Paging

1 Answer 78 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Manishkumar
Top achievements
Rank 1
Manishkumar asked on 27 Jul 2011, 01:57 PM
Hi;
We are using Telerik RadGrid and are using paging in numeric style. by default the paging is on left handside .Can we have any mechanism were we can shift paging to right hand side

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 Jul 2011, 02:29 PM
Hello Manishkumar,

Try the following CSS to shift paging to the right side
CSS:
<style type="text/css">
.RadGrid .rgWrap
  {
    float: right !important;
  }
</style>

Thanks,
Princy.
Tags
General Discussions
Asked by
Manishkumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or