Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We use F2F and F2S dependencies.
For example Task B depends on Task A with F2F, ie Task B can only finish after Task A has finished.
Task A has an end date 1 Jan 2023.
Task B is loaded on the gantt chart with the end date 2 Jan 2023.
However, as a user I decided something happened and Task B is delayed 10 days so I want the end date to be 10 Jan 2023.
Syncfusion's Gantt chart does not allow me to set Task B's end date to another later date.
This is very important for us.
Yes Task B should not have an end date before Task A end date, but it should be allowed to be later.
In other words, is it possible to have
[enablePredecessorValidation]=true
and at the same time be allowed to set dates further in the future ie after the dependency's end date?
This would be expected behaviour, see MS Projects and AG-Grid do the same.