I'd created a Template column on my DataGridView which contains a
textbox and a button that is shown while on Edit mode.
How do I capture the button's click event?
I don't want to use the CellClick() event, I just want to capture the
button click event?
--
Arif
Ignacio Machin ( .NET/ C# MVP ) - 30 Apr 2008 14:58 GMT
On Apr 30, 5:57 am, maa...@gmail.com wrote:
> I'd created a Template column on my DataGridView which contains a
> textbox and a button that is shown while on Edit mode.
[quoted text clipped - 4 lines]
> --
> Arif
You can assign an event handler when you create the control. then it
will work as usual