I have three columns in my dgv; two of the columns contain text, and the third has a button.
The button in the dgv works fine, however, if I click on text in any of my other columns; that text behaves as if it were the button.
I'm using the CellContentClick
event to go to another form. Is there another event that I could use that is specific to only one column? Or should I just identify in the code which column I would like the button to respond to? ...and if so, how would I do this?