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

Enforce Dependencies

2 Answers 116 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Gary
Top achievements
Rank 1
Gary asked on 01 Jun 2017, 08:40 AM

Hi

Is it possible to enforce dependencies in kendo Gantt?

I.e. when a task is updated its dependent tasks will be moved and changes will propagate through summary tasks etc.

Thanks in advance.

Gary

2 Answers, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 05 Jun 2017, 08:53 AM

Hello Gary,

By design, the dependencies are used only for visualization. There are no specific fields to be updated when successors or predecessors are changed. The dependency described is implemented in the child-parent relation. For example, when the child start or end is changed, the same is propagated to the parent. 

With dependencies, if there is a specific case that should propagated through items, it should be implemented additionally. You can get the DataSource with the dataSource field. And then use the HierarchicalDataSource API in order to get changed items and update other items' fields programmatically.

Regards,
Ianko
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Gary
Top achievements
Rank 1
answered on 06 Jun 2017, 05:39 PM

Hi Ianko,

Thank you for that.

Regards,

Gary

Tags
Gantt
Asked by
Gary
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Gary
Top achievements
Rank 1
Share this question
or