-
21 Jan 2010 6:36 AM #1
Ext.Direct.Mvc - destroy api
Ext.Direct.Mvc - destroy api
Hi
I'm trying to get the store to delete the row on the server using the api - I have the api set up, it reads fine etc.
however when i try to use it to delete it comes back with a 'type error'
anyone seen this before?
is there anything i'm supposed to decporate the controller method with?
all i have atm is:
Code:public ActionResult DeleteObject([Bind] MyObject obj) { [...] }
-
25 Jan 2010 4:19 PM #2
What do you pass from the client to the function? What does [Bind] do?
Eugene
Ext.Direct for ASP.NET MVC


Reply With Quote