Hi,
I recently noticed quite a few server requests being returned as conflicting when items in the gantt timeline are reordered.
A console output in the parameterMap function shows, that for every item affected by reordering 2 update requests are prepared and sent to the server.
The parameterMap function offers no way of cancelling a request from being executed since this only exists to transform data.
This is not specific to our implementation and can be reproduced in a dojo with the current Kendo version (2021.2.616): https://dojo.telerik.com/AGodEBIb
Is there a specific reason behind this?
Not only seems doubling the number of requests inefficent to me. Sending a second update request before the first one has even been resolved by the server, might lead to issues for other users as well.
In the meantime thanks in advance for any tips how I can prevent the second update from being sent to the server.