BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Otto,
At present when you add a new predecessor the default value for lag time or offset is assigned as 0 days only , this is the behavior in Gantt and currently it is not possible to change the default value of lag time in Gantt . But you can change the lag time of a Gantt task while loading like in the below code snippet,
var projectData = [ //... { taskID: 11, taskName: "Design complete", startDate: "02/14/2014", endDate: "02/14/2014", duration: 0, predecessor: "3FS+1d" } //... |
We can also set the lag and lead time while adding or editing a task through the dialog adding or dialog editing using the offset column in predecessor section of dialog.
We have also prepared a sample based on this and you can find the sample under the following location.
Sample: https://www.syncfusion.com/downloads/support/forum/119376/ze/PredecessorLagtime-1655122619
Please let us know if you need more information on this.
Regards,
Mahalakshmi K.
Hi Otto,
For your kind information, the current behavior of Gantt is the 0 days lag task will start from the next day to the predecessor task, which is same as in the Microsoft project. Please refer the below screen shot from MS Project for your reference.
If we want to start a task from the day, the predecessor task gets end, we must mention the -1 day to achieve.
As in the above screen shot, Task2 is 0day lag from Task1, and Task3 is -1 day lag from Task2 as specified in the Predecessors field.
Please let us know if you need more information on this.
Regards,
Mahalakshmi K.