FindRows() doesn't find last entered row in a DataGridView...

  • Thread starter Thread starter Charlie@CBFC
  • Start date Start date
C

Charlie@CBFC

Hi:

I'm using FindRows() to locate rows in a DataGridView. When adding new rows
consecutively, the last row added is not found when calling FindRows().
It's not until you shift focus away from newly added row by selecting other
rows will it find it. It's like it's not being committed. What is
workaround for this?

THanks,
Charlie
 
Back
Top