Categories | Question details Back To List | ||||||||
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)
|