UI Ref : http://demos.telerik.com/kendo-ui/grid/editing
Service Ref: https://github.com/telerik/kendo-ui-demos-service
Hi,
I have looked at this implementation for KendoUI batch editing but the service end doesn't work with Web API. As the type of controller used in Web API is different than one used in MVC controller. So, this: DeserializeObject<IEnumerable<ProductModel>>("models"); doesn't work in Web API. Do you have any solution for this. An urgent response would be appreciated.
Thx!