This is a migrated thread and some comments may be shown as answers.

Grid Edit only works with jsonp callback?

0 Answers 104 Views
Grid
This is a migrated thread and some comments may be shown as answers.
felix
Top achievements
Rank 1
felix asked on 25 Jul 2012, 05:45 AM
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:

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

No answers yet. Maybe you can help?

Tags
Grid
Asked by
felix
Top achievements
Rank 1
Share this question
or