Hi there i have a windows form application and i have a datagrid with last column beign a button column. I have read that to be able to answer to the click event i have to use “cellClick” event handler but when i use this the event triggers no matter is the button clicked or is the cell clicked in the corner. So is there a better way to this and how. Thanks for your help in advance.
Share
I am assuming that you are using datagrid view then this the solution
This is the DataGridView handler you need to capture the button click event.
This is the button click handler example
i hope it will helps you….