I want to use Kendo UI Grid with its inline editing capabilities on my web apps. I used ASP.NET MVC 3. I've succeeded to read the data. But i've got a problem in deleting data. My parameter in my ASP.NET controllers always contains zero object (not null). I've checked in Firebug. My Javascript sent correct json format into the controller. And my controller use correct format for its parameter.. But my controller's parameter always zero result..
I've attach some screenshot of my problem. Please help me.. :(
I've attach some screenshot of my problem. Please help me.. :(