Skip to content

Replies

0
Edwin
Edwin answered on Feb 9, 2010 10:42 PM

My grid is bound to a BindingNavigator control. This is linked to a binding source that is bound to a dataset object. Clicking on the Delete button on  the BindingNavigatorcontrol does remove the row from the grid but does not remove the record from the underlying data table.

I added a DataTable.AccpetChanges() command in the AfterRowsDeleted event of the grid but no luck.

Any ideas?

0
Edwin
Edwin answered on Feb 9, 2010 7:15 PM

I have t he same problem and your proposed solution doesn't work for me. Where are you putting this .AcceptChanges call?