B
BC
I have a DataGridView bound to a BindingSource which in turn is bound to a
datatable. What I need is essentially the exact opposite of the
BindingSource.ResetBindings.
I need to programmatically force an update of the underlying table when the
value of a cell in a DataGridView changes. Does such a capability exist?
datatable. What I need is essentially the exact opposite of the
BindingSource.ResetBindings.
I need to programmatically force an update of the underlying table when the
value of a cell in a DataGridView changes. Does such a capability exist?