Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Abozar on Jan 20, 2010 22:59
open dhtmlx forum
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
Answer posted by Alex (support) on Jan 21, 2010 03:56

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)


Attachments (1)