Hi Guys,
My webservice is written with ASP Web Api Json and I can't seem to make editing work for Kendo Grid. I can only view (GET works)
I changed Create to:
The post call is successful, but there is no payload on API controller side, meaning the actual object sent is null on server side.
I am using the grid edit demo below.
http://demos.kendoui.com/web/grid/editing-popup.html
Is there anything that I have to modify on the web api side to make it simply work? Any example is appreciated.
Thanks,
Felix
My webservice is written with ASP Web Api Json and I can't seem to make editing work for Kendo Grid. I can only view (GET works)
I changed Create to:
url: "api/products",
type: "POST",
dataType: "json",
The post call is successful, but there is no payload on API controller side, meaning the actual object sent is null on server side.
I am using the grid edit demo below.
http://demos.kendoui.com/web/grid/editing-popup.html
Is there anything that I have to modify on the web api side to make it simply work? Any example is appreciated.
Thanks,
Felix