Hi all,

1. My DataGridview is populated correctly and displays the data. No Problem here.
2. When then I use the Key Up/Down to navigate in the DataGridview the rows get highlighted when I pass over them. No problem here.

This is what I would like to code:

3. What I would like is that when the Rows gets highlighted when I pass over them that a Mouse click be executed on that row.

Is this even possible?

Regards,