Example task "Task_A" and task "Task_B" are linked by the dependency "Finish to Start" (FS).
https://docs.telerik.com/devtools/aspnet-ajax/controls/gantt/server-side-programming/objects/dependencies
1. Your control can execute the following script:
- if the "end date" of the task "Task_A" changes, does the "start date" of the task "Task_B" change?
Your control can execute the following script:
- if the "end date" of the task "Task_A" changes, does the "start date" of the task "Task_B" change?
I tried to do it in the demo version. But, if I did everything right, then it does not work for me.
https://demos.telerik.com/aspnet-ajax/gantt/examples/overview/defaultcs.aspx
2. Do you have a different web control(Gantt) that can solve the problem of p. 2?
(ASP.NET AJAX, ASP.NET MVC, Blazor, PHP, JSP, Silverlight)