Can anyone show me how to insert new row data into DataGrid cells and persist the changes in the DB?
The condition is, the total code must be coded by hand.
The reason is, I have written a DB manipulation class. And, the DataGrid data insertion code must work with that.
I have found a similar project on
Code:
www.codeproject.com
Using the DataGrid Control
By Huseyin Altindag
but the author used Visual Studio drag-drop feature to add a DataSet control. So the code is verymusch obscure to me.