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

Grid Hor Scroll Pos

1 Answer 73 Views
Grid
This is a migrated thread and some comments may be shown as answers.
SDI
Top achievements
Rank 1
SDI asked on 07 Feb 2014, 02:58 AM
Hi Telerik

I am using a couple lines of css to get the vertical scroll on the left side instead of the right. Putting the css in works as expected but the horizontal scroll now positioned on the right instead of the left most position.


    <style type="text/css">
        .MyRadGrid {
            direction: rtl;           
        }
 
            .MyRadGrid table {
                direction: ltr;
            }          
         
    </style>
 
 
 
<telerik:RadGrid runat="server" ID="RadGridMembers" CssClass="MyRadGrid" AutoGenerateColumns="false" Width="970px" Height="560px" AllowSorting="true" >
                <ClientSettings Scrolling-UseStaticHeaders="true" Scrolling-AllowScroll="true"  />
                <MasterTableView runat="server" AllowFilteringByColumn="true" EditMode="EditForms" DataKeyNames="FamilyId, MemberId" TableLayout="Fixed" Width="100%">
 
...
...
 
                </MasterTableView>
            </telerik:RadGrid>

The bold css for the rtl moved the vertical scroll but also adjust the hor scroll to the right. Is there a way i can move that hor scroll back to the left? Any css needed?

Thanks!


1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 11 Feb 2014, 02:52 PM
Hi Brian,

Note that after putting the RadGrid control into rtl mode the described behavior is expected and could not be avoid.

Regards,
Maria Ilieva
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
SDI
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or