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
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!