R
rlucas
I am writing a program using a Dataview to populate a Datagrid (using
Tablestyles for formating columns for display). Everything displays
fine but any changes made to the grid are reflected in the Dataview
(confirmed using Dataview.Listchanged event) but not in the Dataset
(confirmed using the Datatable.RowDeleted event--it never fires when I
delete a row).
Even though I call the Datatable.AcceptChanges and Adapter.Fill
command on the dataset, when I leave the program and return the
dataset still has the old (deleted) records and none of the changes
are reflected. Have been working on this for days to no avail.
Any suggestions?
Thanks in advance,
Rich Lucas
Tablestyles for formating columns for display). Everything displays
fine but any changes made to the grid are reflected in the Dataview
(confirmed using Dataview.Listchanged event) but not in the Dataset
(confirmed using the Datatable.RowDeleted event--it never fires when I
delete a row).
Even though I call the Datatable.AcceptChanges and Adapter.Fill
command on the dataset, when I leave the program and return the
dataset still has the old (deleted) records and none of the changes
are reflected. Have been working on this for days to no avail.
Any suggestions?
Thanks in advance,
Rich Lucas