Hi,
I have a DataGridView with 5 columns but only want the user to be able to select cells in one column (prevent selection of the other cells)
I have tried to find a property for a column to say you can't select it, but can't find anything. Surely you don't have to write a whole bunch of event handlers (cellclick, keydown, etc) and dynamically change the focus to the one columns cell you allow to select.
Can anyone help me with this - even microsoft access has the ability to not allow selection of a particular column cell.
Thanks in advance,
Grant.