Gantt chart taskMode set to Manual

Hi fellow experts.  I've set the taskMode to Manual which suppose to render tasks according to the schedules supplied.  however it seems that this does not apply to tasks with subtasks, in which case the start and end dates will be determined by the subtasks.


Is there a way to render gantt chart as specified by the datasource schedule, bypassing all validation/calculation etc?


1 Reply

SJ Sridharan Jayabalan Syncfusion Team October 15, 2024 12:04 PM UTC

Hi Alfred,


Greetings from Syncfusion.


To render gantt chart as specified by the datasource schedule, you can set the 'autoCalculateDateScheduling' property to false. No need to use 'IsManual' or 'TaskMode' properties.


Note: Enabling this property means that no internal validation will be performed, and the taskbars will be rendered based solely on the data provided in the data source.

 

Code-Snippet:   

  autoCalculateDateScheduling: false,

 

Sample - 3l6b3x (forked) - StackBlitz


If we have misunderstood your query, please provide us with more details.

 


Regards,

Sridharan


Loader.
Up arrow icon