Dears,
I have RadGrid with the following options for MasterTableView:
I have RadGrid with the following options for MasterTableView:
Dir = "RTL"
TableLayout = "Fixed"
and the direction of the form is also "RTL"
and
<
ClientSettings
>
<
Scrolling
AllowScroll
=
"True"
ScrollHeight
=
"500px"
/>
</
ClientSettings
>
I added a lot of columns to the grid so I had a horizontal scroll in the grid.
When I opened the application and filled the grid with data I noticed that horizontal scroll start from the left, which is incorrect in RTL pages
because every thing start from the right.
Could you please help me in solving this problem?
Best Regards.