Hello, I want to be able to drag the task in the middle of a cell when it is weekly view. Instead it keeps returning the task after I drop it in the beginning of the cell.
Hello,
It occurs due to round_dnd_dates
config which rounds the task’s start and end dates to the nearest scale marks. This config is set by default, and you can disable it with false
value.
https://docs.dhtmlx.com/gantt/api__gantt_round_dnd_dates_config.html ;
Please check the following snippet:
https://snippet.dhtmlx.com/rx2eleyu