Grid with Right to Left

Right to Left(RTL) is used for displaying languages that go from Right to Left, eg. Hebrew and Arabic. To get our Grid to display in RTL format, set the 'rightToLeft' boolean property or just add the attribute to the Grid's HTML tag..

Scroll Bars

Vertical scrollbar in Right to Left layout appears on left side. Horizontal scrollbars starts from right-to-left, too.

Frozen Columns

By default, when columns are frozen(pinned) to 'near', they will appear on 'left'. In RTL mode, they will appear on right side.

Layout of Columns

The grid normally lays the columns out from left to right. In right to left layout, the columns lay out from the right to the left. Columns and Cells horizontal alignment is also reversed.

Column Popups and Action buttons

Column popup is opened after the action button is clicked. It appears with smooth animation with a transform origin setting equal to 'right'. The Filter Panel's components(dropdownlists, numerics, datetimepickers, inputs) in the column popup also take into account the Grid's right to left settings. Sort, Filter and Action buttons are displayed in the left side of the column header, when RTL is applied.

Column Resize

Column resizing begins when the user drags and drops the 'left' edge of the column. When the Grid is with normal layout, resize begins from the 'right' edge.

Paging

The Pager automatically aligns its buttons to the right side. All components in the pager are reversed.

Keyboard navigation

Left and Right arrow keys in 'right-to-left' layout are reversed.