Hi all,
- My DataGridview is populated and displays the data correctly. No Problem here.
- I use the Up/Down Key to navigate in the DataGridview and the rows get highlighted when I pass over them. No problem here.
This is what I would like to code if posible:
- What I would like to do is that when using the arrow Up/Down key and on the Datgridview Row Enter Event that a simulated Mouse click be executed on that row.
The reason:
Currently when I click on a row on the Datagridview a calculation is performs and is displayed the results on a Label text. (This is currently working on the Datagridview click event.)
Unfortunatly on the Datagridrow Row Enter the code won't execute.
Is this even possible?
Regards,