Click here to Skip to main content
16,012,153 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi to All.
I have dataGridView with labels.. Whenever Mouse click on labels in DataGridView i want to open that row in another panel with values...Please help with sample code..

Thanking You...
Posted

refer to this link[^]


For a particular cell click, you can use cellclick event. For details, see the link[^]
 
Share this answer
 
v2
I think you should replace your label with Hyperlink/Linkbutton and give them look of label.
and on click of this Hyperlink/Linkbutton you can open your popup.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900