asp.net mvc - KendoUI grid never fires destroy method -
my kendoui never fires destroy method ? doing wrong. grid show data fails delete record. $("#registration-grid").kendogrid({ datasource: { type: "json", transport: { read: { url: "@html.raw(url.action("list", "participant"))", type: "post", datatype: "json" }, destroy: { url: "http://localhost:53669/api/participant/", type: "delete", datatype: "json" } }, schema: { data: "data", total: ...