Changing direction of page to rtl

Hi,

Could you let me know what is the recommended way to implement rtl in the grid?



Thanks

Abozar


Hello,


currently grid doesn’t support rtl mode. But we have an experimental rtl extension. You can try to use it (attached file).


To enable rtl mode you should call enableRTL after init:


mygrid.init();


mygrid.enableRTL(true)





dhtmlxgrid_rtl.zip (2.52 KB)