Right to left scheduler days and events issue

Hi ,
I am working on an arabic scheduler and changed all the labels and names in arabic and tried to use direction:rtl; i’m finding a problem with the days and events; the events do not change the place as supposed to (they stay as in left to right calendar ), I’m wondering if i should do something different than :
*{
direction:rtl;
}
and trying to give the direction change after loading every single component in jquery with the ready function.
Any help on this would be appreciated.

Hi,

direction property can’t redefine entire functionality of the dhtmlx Scheduler to implement rtl. Events, days and other elements are rendered according to the rules that define in the code of the component. So, rtl implementation is required changes in the source code.

Currently we haven’t ready solution. You can contact sales department at sales@dhtmlx.com about custom development.