Hello,
I’m a new user of dhx scheduler tool. I have a scheduler with different employees (y-axis) and many timeline views (Hour, week…). Actually, when I try to resize an existing event, the drag value jump directly to the next x_unit (hour or day depending of the active timeline view). For exemple, in hour view, an event with end_date at 10am (start_date at 09:00) mooves directly to 11am when I drag the end_time, there are no intermediate minutes (only 09:05 when I want to decrease end_date but the size of the box stay to “one hour”). There is no continuous movement with the mouse cursor.
My code contains allmost all that is in this example : https://docs.dhtmlx.com/scheduler/samples/11_scales/04_timeline_ignore.html
For information, I have configured a time_step of 5, the duration of my event can go from some hours to many days with ignored hours (before 8 or after 18) and block days (Saturday and Sunday). My events can be loaded in the scheduler only via externalDrag.
I have tried hour_step (to try to have smaller step…), renderEvent with custom form but nothing works.
Have you an idea to resolve this?
Thank you,
Barbara