Skip to main content Skip to footer
JavaScript Icon

Right-to-Left Rendering with JavaScript Datagrids

Wijmo's JavaScript datagrid, FlexGrid, supports right-to-left rendering, which allows displaying the text and layout of the JavaScript datagrid from right to left. This improves the user experience and accessibility for RTL languages.

Right-to-Left

Some languages render content from the right-hand side to the left-hand side of a page. HTML accommodates this by using the dir attribute so, when setting dir to rtl on an element, that element's content will flow from the right to the left. 

If you place Wijmo's JavaScript datagrid, FlexGrid, within an element that is set to display content from the right to the left, FlexGrid will display its content in the same way.

Right-to-Left Demo