Hi,
I would need to set null to a task end_date/start_date/duration, how can that be done?
I’m currently trying
task.start_date = null;
task.unscheduled = true;
but
gantt.updateTask(id)
raises exceptions, etc.
Is that currently allow?
Thanks.
Polina
#2
Hello,
Unscheduled Tasks should work correctly. If you click on any task in the snippet, it will become unscheduled.
docs.dhtmlx.com/gantt/snippet/4fb8de2b
How can we reproduce your issue? It will be nice if you can create a demo.