I have updated a row and need to pass the row value to server side for save.
This is an igGrid without MVC.
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.
The grid is not used in the MVC pattern but it is a simple webform.
Hi Peter,
Thanks for your prompt reply.
I have included the code changes in my project but the postback on editrowended doesn't happen.
The Page_load function is getting called only for the first time the page is loaded.
Thank you for your reply.
I am attaching a simple sample for your consideration illustrating an igGrid in a WebForm which would output the update row values on the server upon row modification.