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
close icon

How to save databound datagrid data into sql database

i am trying to save data bound data grid data into sq l database in Sync fusion , please tell me any easy way to do this task 




thank in Advance 

1 Reply

SA Solai A L Syncfusion Team May 22, 2014 07:38 AM UTC

Hi Venkaiah,

Thank you for your interest in Syncfusion products.

To save the modified data from grid to sql you can use “adapter.Update(dataset)”. You can use this inside the CurrentCellAcceptedChanges().This event Occurs when the grid accepts changes made to the active current cell. Kindly refer the below provided code snippet for further reference.
 
Code Snippet: 
this.sqlDataAdapter1.Update(this.dataSet11);
 
Please let us know if you have any other concerns.
 
Thanks & Regards,
AL.Solai.

 


Loader.
Live Chat Icon For mobile
Up arrow icon