We recently upgraded our application with latest version of Kendo UI, 2025.2.520.462. However, since the upgrade, we are facing challenges with existing features. Specifically, on the Kendo grid update and destroy grid's methods are not calling our controller end point whereas Read method is calling controller end point .For the reference I am sharing code below . Requesting you please help us on this blocker .In the previous version It was working .
.Read(r => r.Action("Get", "Order", new { totalCashCalculationId = totalCashCalculationId, langCode = langCode, brand=brand })) .Update(update => update.Action("XYZABC_Update", "Order").Type(HttpVerbs.Post)) .Destroy(d => d.Action("XYZ_Destroy", "Order").Type(HttpVerbs.Post))