datagridview perform click
5 pts.
0
Q:
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?
ASKED: Jun 25 2009  9:27 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
15 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Implement the OnRowEnter event and add custom code to handle the PerformClick()
Last Answered: Aug 3 2009  2:57 AM GMT by Amisol   15 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Carlosdl   29820 pts.  |   Aug 3 2009  1:52PM GMT

Do you want to programmatically simulate a mouse click ?

 
0