I would like to purchase the htmlx suit, I tried to use Dhtmlxgrid (the standurd virtion) in a RTL page but it did not behave normally - resizing cols, tabs , …
is there any way it can be used in a right-to-left page ?
best wishes
Such functionality not supported by default, but you can try to include attached extension and add next command to grid’s initialization
…
grid.init()
grid.enableRTL();
dhtmlxgrid_rtl.zip (1.11 KB)