I want to use DataGridView.OnCellValueChanged to trigger an update to the underlying database. However, when I use it, it fires when the datagridview is first populated. Is there a way to bypass this or to use another event to determine
when a cell has been changed?
↧