G
Glenn Welker
Simply one row deleted from datagridview.
In the UserDeletedRow event we:
called endedit on the bindingsource for the grid and then call the
tableadapter.update on the dataset. The update method is when the
concurrency error happens.
Totally confused. This couldn't be a simpler example. One table with a
few columns with a single deleted row.
Ideas?
In the UserDeletedRow event we:
called endedit on the bindingsource for the grid and then call the
tableadapter.update on the dataset. The update method is when the
concurrency error happens.
Totally confused. This couldn't be a simpler example. One table with a
few columns with a single deleted row.
Ideas?