how to programatically clear the error icon in a datagridview?

  • Thread starter Thread starter Henry J.
  • Start date Start date
H

Henry J.

When the user loads the data into a DataGridView, some error icons may
be shown to
indicate some errors like when uniqueness is violated. The user can go
ahead modifying
the data rows. Once the violation is fixed, I like to clear the error
icons, but
I could not do so.

Any tips? Thanks a lot!

Henry J.
 
Back
Top