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.
Hi vnt_prabhu,
Thank you for your reply.
Can you confirm whether that no javascript exceptions are thrown when a grid row is updated ? Any additional information or code you can provide would help isolate the matter.
Please feel free to contact me if you need further assistance with this matter.