DataGridView - Cancel User Added Row

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a databound DataGridView I handle the Validation event. If validation
fails I set the DataGridViewCellCancelEventArgs e.Cancel to true and the
Row.ErrorText to an appropriate message.

If this is a new row that the user has just added, then if validation fails
I want the user by pressing <Esc> or something, to be able to cancel the
whole row addition. This would handle the scenario in which the user
discovers part way that he does not have the information to make a valid new
entry.

Any ideas welcome.
 
Back
Top