I need to somehow show the user that a specific column in a DataGridView
is editable.
I want to add a Fixed3D
border to only that column, but could not find a way.
How can I change the border style for a specific column?
Or, if that is not possible, are there any other ways to indicate that a cell can be edited?