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

Some issue about gantt dependency

1 Answer 65 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
William
Top achievements
Rank 1
William asked on 07 May 2015, 02:34 AM

Hello, I have some issue about gantt dependency

 we need to have an attribute "Lag" on dependency, but Kendo seems not to support it now.

So, can I have some way to capture the depdency dooubl-click event and let user edit dependecy info(including lag), just like Task pop-up editor

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 11 May 2015, 06:54 AM
Hi William,

You are correct that the gantt widget does not support "lag" for its dependencies. You could manipulate the dependencies objects in order to add or remove custom properties. Here is a dojo snippet showing how to get the initially loaded dependencies in the dataBound event and how to attach "double click" handler  and to obtain a reference to the clicked dependency.

Regards,
Dimitar Terziev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Gantt
Asked by
William
Top achievements
Rank 1
Answers by
Dimitar Terziev
Telerik team
Share this question
or