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
RobinS - 27 Feb 2007 16:44 GMT
Call EndEdit() before you do the Find.
Robin S.
-------------------------------
> Hi:
>
[quoted text clipped - 6 lines]
> THanks,
> Charlie