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

[Solved] VirtualScrollBar left side of RadGrid

2 Answers 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 16 Sep 2009, 09:08 PM
Is there any way to display the virtual scrollbar of a RadGrid on the left-hand side of the grid?

 I am familiar with the direction right-to-left method, but I do not want any of my other controls to diplay RTL, just the virtualscrollbar.

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 17 Sep 2009, 04:30 AM
Hi Andy,

Can you try setting the direction: rtl in the CssClass applied for RadGrid.

ASPX:
 
<telerik:RadGrid  CssClass="MyRadGrid"  /> 

Css:
 
<head runat="server"
 
<style type="text/css" > 
 .MyRadGrid 
    directionrtl
 
.MyRadGrid table 
     directionltr
    </style> 
</head> 


Thanks
Princy
0
Andy
Top achievements
Rank 1
answered on 17 Sep 2009, 05:42 PM
That did the trick for IE, looks a little hacky but I can spend some time tweaking it.  Thanks!

However, this method does not work for Firefox, Chrome, or Safari.  Any ideas to support these other browsers?

Andy
Tags
Grid
Asked by
Andy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Andy
Top achievements
Rank 1
Share this question
or