This is a migrated thread and some comments may be shown as answers.

How to implement dependency "Finish to Start" (FS)?

1 Answer 114 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Ivan
Top achievements
Rank 1
Ivan asked on 29 Jul 2019, 04:16 PM

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)

1 Answer, 1 is accepted

Sort by
0
Peter Milchev
Telerik team
answered on 01 Aug 2019, 11:08 AM

Hello Ivan,

The RadGantt chart is a wrapper of the Kendo UI Gantt. The wrappers for ASP.NET MVC, ASP.NET Core, JSP and PHP are also helpers/wrappers which use the Kendo UI Gantt widget under the hood.

Regarding the update of the successor task, you can check the following forum thread that discuss the same topic:

Regards, Peter Milchev
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Gantt
Asked by
Ivan
Top achievements
Rank 1
Answers by
Peter Milchev
Telerik team
Share this question
or