DataGridView RowEnter

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

Guest

I have two DataGridViews in a Parent/Child relationship. When RowEnter is
raised in the parent, I want to populate the child with the corresponding
records.

I notice that when a new parent row is clicked, the RowEnter is fired first
for the row clicked, then for any number of the other rows (always starting
at row index 0 then working it's way through) and finally landing on the row
clicked.

Does anyone know why this happens or how to defeat it?
 
Back
Top