Hi,
I’m using dhtmlxgantt. While I drag or resize a task, if it reaches a specific date I need to stop the drag/resize functionality only for this task.
Kindly help me to do this
Hi,
I’m using dhtmlxgantt. While I drag or resize a task, if it reaches a specific date I need to stop the drag/resize functionality only for this task.
Kindly help me to do this
Hello,
You can configure d’n’d behavior using API events, check this article
docs.dhtmlx.com/gantt/desktop__dnd.html
example:
docs.dhtmlx.com/gantt/samples/08 … dates.html
Thanks Aliaksandr,
Now I got the idea