This question is locked. New answers and comments are not allowed.
Hello,
When using grid's RTL mode (t-grid-rtl) it works only when the grid is scrollable. If Scrollable is not called then the cells have direction=ltr. The reason is that in scrollable mode the grid renders header, content, footer. The content has ".t-grid-rtl .t-grid-content { direction: rtl }" style, which has no counterpart in non-scrollable mode.
I'm using Telerik_Extensions_for_ASPNET_MVC_2010_1_511 build.
Thank you for supporting RTL, it is rare and greatly appreciated.
When using grid's RTL mode (t-grid-rtl) it works only when the grid is scrollable. If Scrollable is not called then the cells have direction=ltr. The reason is that in scrollable mode the grid renders header, content, footer. The content has ".t-grid-rtl .t-grid-content { direction: rtl }" style, which has no counterpart in non-scrollable mode.
I'm using Telerik_Extensions_for_ASPNET_MVC_2010_1_511 build.
Thank you for supporting RTL, it is rare and greatly appreciated.