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

Can't send JSON from javascript into ASP.NET MVC3 Controller's parameter

2 Answers 209 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 27 Jan 2012, 08:31 AM
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.. :(

2 Answers, 1 is accepted

Sort by
0
Douglas
Top achievements
Rank 1
answered on 09 Mar 2012, 01:56 PM
Hi Steve ,

He found a solution to the problem? I'm having exactly the same problem: (

Telerik, a solution please!

Thank you.
0
Tim
Top achievements
Rank 1
answered on 26 Mar 2012, 11:47 PM
can you make it a simple array of Positions on your controller's param and see?
Position[] positions
Tags
Grid
Asked by
Steve
Top achievements
Rank 1
Answers by
Douglas
Top achievements
Rank 1
Tim
Top achievements
Rank 1
Share this question
or