Hi,
I have a dataGridView that has 2 columns called (style & type) and I want to have a click event that only fires on the (type) column.
I can code it so it works on both but for my app that is a little untidy.
I have searched a bit on the net and seen various ways to do this via row index but nothing by column index.
Any help would be appreciated..,
MT ;)