C
Cory Burkhardt
I have a datagrid that the user can use to edit a dataset (through a
dataview that prevents adding rows). However, there is a problem in that
the row that the user is currently working with does not get submitted to
the dataset until another row is selected. If the user modifies a row in
the data grid and then closes the form, the row in the dataset still shows
as being unchanged and so the changes cannot be submitted to the database.
How can I get the datagrid to save the changes of the row currently being
modified back to the datasource?
dataview that prevents adding rows). However, there is a problem in that
the row that the user is currently working with does not get submitted to
the dataset until another row is selected. If the user modifies a row in
the data grid and then closes the form, the row in the dataset still shows
as being unchanged and so the changes cannot be submitted to the database.
How can I get the datagrid to save the changes of the row currently being
modified back to the datasource?