How to dhtmlxgrid live update using c#,asp.net Sql server

Hi Please provide sample code in using dhtmlxgrid live update using c#, asp.net with database as sql server.

I have created dhtmlxgrid and loaded data into it from sql server using xml. Im able to edit the cells but they dont save into database.

The update should happen soon after the cell value is changed and after “enter button is hitted on the keyboard”. Kindly let me know how this live update happens… I cant find any video tutorials on this.

You need to use the dhtmlxDataProcessor component.
docs.dhtmlx.com/dataprocessor__index.html

In the package of the ASP.NET connector you can find various examples:
dhtmlx.com/docs/products/dhtmlxConnector/