Limit OnCellValueChanged until after datagridview populated

  • Thread starter Thread starter jjobcorp
  • Start date Start date
J

jjobcorp

Guest
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?

Continue reading...
 
Back
Top