I have updated a row and need to pass the row value to server side for save.
This is an igGrid without MVC.
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 Angel,
Even after adding all these codes in the project the grid values are not getting posted. could you please let me know the reason for this.
Thanks.