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

gantt selected edit mode

1 Answer 48 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Morten asked on 27 Mar 2016, 07:10 AM

I have a sequence of tasks that I display on a gantt chart for better overview.

I'd like the user to be able to edit start and end of each task and nothing else.

Which way would I achieve this the easist?

1 Answer, 1 is accepted

Sort by
0
Dimitar Terziev
Telerik team
answered on 30 Mar 2016, 06:50 AM
Hi Morten,

In order to achieve the desired behavior you should subscribe to the save event. The event object exposes e.values field, which contains the currently edited task fields. If something different that the start or end is being edited the event should be prevented.



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
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Dimitar Terziev
Telerik team
Share this question
or