Click to See Complete Forum and Search --> : DataGridViewButtonColumn ...


laxatcg1
December 20th, 2006, 07:20 PM
I have added a ButtonColumn in my DataGridView. Now I need to work on this control meaning I want to do some action on clicking on this button. How do I go proceed? THank you.

jmcilhinney
December 22nd, 2006, 02:27 AM
This is from the MSDN help topic for the DataGridViewButtonColumn class:To respond to user button clicks, handle the DataGridView.CellContentClick event.I can't think of a good reason that that would not be the first place you'd look.