We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Saving data using grid.Save

Hi!
  I am trying to save data using the code in javascript:

function update() {

var gridTable = GetEGridTable($get("<%=this.grid1.ClientID%>"));

var gridObj = $find(gridTable.tableElement.id);

if (gridObj != null) {

gridObj.save();

}

return false;

}
 
I get an error: "Specified method is not supported". I am not sure if I need to declare some method or if I have to use some setting in the grid in order to use this save method.
 
Thanks,
Fernando

1 Reply

RD Rakesh D Syncfusion Team August 28, 2012 10:58 AM UTC

Hi Fernando,

 

Thanks for using Syncfusion products.

 

We are unable to reproduce your issue. So, we have prepared a sample application in which data are saved using save() method. We request you to see the below sample and reproduce your issue in the following sample and send it back to us. 

 

Please let me know if you have any concern.

 

Regards,

Rakesh D



Web_a9640820.zip

Loader.
Live Chat Icon For mobile
Up arrow icon