Hi,
After rtl:true is set in the grid configuration object, some problems are seen as follows:
1- In the pagination bar, when pagerMode:default, the “next” button is right and previous button is left. According to RTL layout, the placement of these two buttons must be replaced with each other.
2- After setting rtl:true, a CSS class, “jqx-grid-cell-rtl”, is added to the div. This class doesn’t have “direction:rtl;” part, so when the text is composed of both arabic and english words, the output render is incorrect in the browser.
3- When grouping feature is used, “jqx-grid-cell-rtl” class is not added to the cells div.
4- In RTL mode, the “text-direction” must be set “right” as default for both header and cells (it is set “left” as default).
Thank you for your wonderful widgets and time