Update and Destroy method of Telerik Grid are not calling controller action method

0 Answers 3 Views
Getting started with ASP.NET
Shreesh
Top achievements
Rank 1
Shreesh asked on 10 Jun 2025, 11:55 AM | edited on 10 Jun 2025, 11:59 AM
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))

No answers yet. Maybe you can help?

Tags
Getting started with ASP.NET
Asked by
Shreesh
Top achievements
Rank 1
Share this question
or