Jqgrid edit inline mvc Controller only get a value of cell eddited, And i need all data of row. Help!
Hi,
I've a .net project with mvc and jqgrid.
I use a edit in line in a jqgrid and i use a editurl to call to ActionResult class(Controller) like this:
public ActionResult SaveManyGrid(string Id, string DateCreated, string DateExpired)
Everything works fine, but the ActionResult only receive the value from the cell was editing.
If i edit the DateCreated, DateExpired value is empty o null. When all has values.
I need get all values, because the value of DateExpired depend of DateCreated value.
How can i get all values from cols of eddited row?
Please help me!
Thanks.