DataGridView RowEnter

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?
 

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