Regression introduced in R1 2021 SP1. Possibly related to #6597.
Reproducible in the Kendo UI for jQuery Overview demo, the MVC Overview demo, other demos, and in the attached sample project.
MVCGanttTest.zip
Multiple requests are sent to the Update action. One for the edited task and additional one(s) for the parent task(s) depending on the level of the edited task. This happens only on initial edit of that particular task. Subsequent editing results in only 1 request to the Update action.
Every time a task title is edited, only 1 request to the server should be sent.
A regression introduced in R3 2020. The issue is reproducible when editing a child task in the treelist. It works as expected when the percentComplete value is set in the timeline.
Reproducible in the demo.
The % Complete value of the parent task is not updated.
The % Complete value of the parent task is updated.