Skip to main content Skip to footer
Angular Icon

Right-to-Left Rendering with Angular Datagrids

Wijmo's Angular datagrid, FlexGrid, supports right-to-left rendering, which allows displaying the text and layout of the Angular 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 Angular 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