5 pts.
 datagridview perform click
I have "walked" a collections of rows in my datagridview. I want to essentially do a PerformClick() on the row of my choice. How do I do that?

Software/Hardware used:
ASKED: June 25, 2009  9:27 PM
UPDATED: August 3, 2009  1:52 PM

Answer Wiki:
Implement the <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.onrowenter.aspx">OnRowEnter </a>event and add custom code to handle the PerformClick()
Last Wiki Answer Submitted:  August 3, 2009  2:57 am  by  Amisol   15 pts.
All Answer Wiki Contributors:  Amisol   15 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Do you want to programmatically simulate a mouse click ?

 63,535 pts.