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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top