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

Grid Horizantal Scroll

1 Answer 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
aabdan
Top achievements
Rank 1
aabdan asked on 08 Feb 2009, 07:00 AM
hi,
i have a grid with horizantal scroll bar in it every thing is ok
but when i open a form the horizantal scroll bar start from left to right although i use RTL option

Regards,
LPW

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Feb 2009, 07:36 AM
Hi,

Give a try with the following code snippet and see whether it helps.

CS:
<head     runat="server"
    <title>Untitled Page</title> 
    <style type="text/css" > 
      .GridDataDiv_Default 
      { 
       directionrtl
      } 
    </style> 
  
</head> 


Thanks
Shinu
Tags
Grid
Asked by
aabdan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or