I have this datagrid that holds orders information that the salesperson will input. I created a DataSet and I use it as the DataSource of my DataGrid. Everything seems to work fine until I go back to edit on of the many rows I have inserted. The behaviour I get is that it cancels that rows information.
Note: The DataSet always gets a healthy .AcceptChanges() before any Refresh of the datagrid and I make sure that all the information type gets added to the DataSet.
My wonder here is that I believe that the recordset, in Edit mode) accesses the "Original" value of the ds and not the newly added (even if I accept the changes).
Is that True?
I don;t want to update the info to the DB until they have edited and added and deleted all the rows they need to.
Any suggestions?
Thanks in advance!!
I'm Nice...
I checked Twice...
Daren J. Lahey
Just another computer guy...
FAQ183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Support your forums TODAY!
Note: The DataSet always gets a healthy .AcceptChanges() before any Refresh of the datagrid and I make sure that all the information type gets added to the DataSet.
My wonder here is that I believe that the recordset, in Edit mode) accesses the "Original" value of the ds and not the newly added (even if I accept the changes).
Is that True?
I don;t want to update the info to the DB until they have edited and added and deleted all the rows they need to.
Any suggestions?
Thanks in advance!!
I'm Nice...
I checked Twice...
Daren J. Lahey
Just another computer guy...
FAQ183-874 contains "Suggestions for Getting Quick and Appropriate Answers" to your questions.
Support your forums TODAY!