Hi Ganga,
Thanks for using Syncfusion Products.
Your requirement have been achieved by the batchSave public api in ejGrid. In button click event we suggest you to invoke batchSave method. While using batchSave method it will pass the updated grid values to the controller.
Please find the below code snippet :
<script type="text/javascript"> $("#button").ejButton({ click: function (args) { var grid = $("#FlatGrid").ejGrid("instance"); grid.batchSave(); } }); </script> |
For your convenience we have created a sample and sample can be downloaded from the below link
Sample Link : http://www.syncfusion.com/downloads/support/forum/118821/Sample2116279786.zip
Please let us know if you have any further assistance.
Regards,
Prasanna Kumar N.S.V