Hello,
I have a bug when i move an event from a section to another. In this example, when you move TaskC from John Williams to James Smith, it’s the TaskC from Linda Brown that move.
How can i move the right event to the right section ? http://docs.dhtmlx.com/scheduler/snippet/c25d3740
Hello @mkuil ,
Yes, you can enable the required behavior setting the scheduler.config.multisection_shift_all config to false: https://docs.dhtmlx.com/scheduler/api__scheduler_multisection_shift_all_config.html
scheduler.config.multisection_shift_all
false
Here is the updated demo: https://snippet.dhtmlx.com/5/fdf9bffb5
Kind regards,