Hi,
I'm just starting with the Syncfusion controls so apologies in advance if this is a basic error I've made. I have data stored in a SQL Server table that I want to be displayed and editable via the Syncfusion Grid control. I've followed the ASP.net example for Grid using SQL data and have successfully got the grid displaying SQL data and the InLine Form editing successfully updates the data shown in the grid. However the code does not appear to post back the changes to the SQL server database.
Do I have to add in insert, update and delete SQL queries in addition to the supplied code which only updates the grid?
thanks
David