I have updated a row and need to pass the row value to server side for save.
This is an igGrid without MVC.
The grid is not used in the MVC pattern but it is a simple webform.
Hi,
you can set the updateUrl, and call saveChanges() using the grid API. this will encode all parameters in a POST request and call the "updateUrl".
You can refer to the following documentation for more help:
http://help.infragistics.com/Help/Doc/jQuery/2011.2/CLR4.0/HTML/igGrid_Updating.html
http://help.infragistics.com/jQuery/2011.2/ui.iggrid => updateUrl
Hope it helps. Thanks,
Angel
Hi vnt_prabhu,
Thank you for posting in the community.
A possible approach would be to save the changes from the editRowEnded handler of igGrid.
Please feel free to contact me if you have any questions.