Could you provide more details regarding your implementation? Perhaps sharing a sample project (getting one of our demos, adding your code, zip it, and sharing it here), would make it a lot faster to assist you on this, because the snippet that you shared doesn't seem to be wrong, so it's probably somewhere else, but we need to see the code to identify what's causing that.
The project start date is a fixed value based of which all tasks dates are calculated.
So it's meant to be provided and if it's not then the Engine calculates it based on the data but that calculation happens only once.
but it should be refreshed on task date changes.
on refresh of page its changing automatically. if that is design then it should not change on page refresh.
If you mean the project start should be refreshed on task date changes then the answer is no. At least out of the box. Your application can implement some other behaviour.
on refresh of page its changing automatically. if that is design then it should not change on page refresh.
That means you don't save project start date changes to the server.
Hi arcady,
I am running into similar problem. If a user drags a task before current project start date, I want to rather move the project start date, than deny the task drag change. Is there a setting to enable this behavior with manuallyScheduled === false?