Deleting multiple records in ASP.NET MVC using jqGrid
Posted
by Tevin
on Stack Overflow
See other posts from Stack Overflow
or by Tevin
Published on 2009-11-17T12:02:06Z
Indexed on
2010/03/19
22:01 UTC
Read the original article
Hit count: 1008
asp.net-mvc
|jqgrid
How can you enable multiple selection in a jqGrid, and also allow users to delete all of the selected rows using an ASP.NET MVC controller?
I have set the delete url property to my /Controller/Delete method, and this works fine if one record is selected. However, if multiple records are selected, it attempts to send a null value back to the controller where an integer id is required.
© Stack Overflow or respective owner