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

right-left direction for pager

1 Answer 33 Views
TreeList
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 06 Oct 2012, 09:37 AM
Hai,
     How do I apply right-left direction for pager style of treelist.

Thanks
RT

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 06 Oct 2012, 09:40 AM
Hi Ryan,

Try the following CSS to change the direction of pager of the RadTreeList to rtl.

CSS:
<style type="text/css">
 .RadTreeList .rtlPager .rtlWrap
   {
     direction:rtl !important;
   }
</style>

Regards,
Princy.
Tags
TreeList
Asked by
Ryan
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or