Mars95
February 7, 2022, 9:36am
#1
Version 6.3.7
“gantt.config.auto_types”
I want that i move a children without the end date of a parent , the end date of a parent update with the end date of the children.
I see this example that i think is what i want to do, can i do this without using auto_types? because i haven’t the pro version.
ramil
February 8, 2022, 5:46am
#2
Hello,
Each regular task should have at least 2 date parameters: start_date
, end_date
, duration
. When a regular task doesn’t have those parameters, it should be unscheduled:
https://docs.dhtmlx.com/gantt/desktop__unscheduled_tasks.html
If you load tasks without enough date parameters Gantt will assign them from their children or from other tasks. But in that case, you won’t be able to drag or resize these tasks.
You can check how it works in the following sample:
http://snippet.dhtmlx.com/5/a44051dbd
Mars95
February 8, 2022, 8:44am
#3
The problem is that i have all dates and all duration of the tasks.
I need to modify when I drag&drop a subtask out of the dates of the task
ramil
February 9, 2022, 6:26am
#4
Hello,
In that case, you need to manually implement that functionality.
1 Like