Hi, I have a custom column with a textbox and button (inside a user control). Now everything seems working, but I don't know how to capture the click event of the button. I mean not within the user control itself but to expose the event when using in a normal form. Is there a way I can capture the click event of the button Thanks.

Capture event in DataGridView custom column?
00dave
Hi,
Please go through the below link. Hope this helps...
Link: http://msdn.microsoft.com/library/default.asp url=/library/en-us/vbcon/html/vbconraisingeventsfromyourcontrol.asp
Thank you,
Bhanu.