I prefer to have my DataGridViewset as follows:
SelectionMode = DataGridViewSelectionMode.CellSelect
EditMode = DataGridViewEditMode.EditOnEnter
I am using EditOnEnter as my client likes this method better. I am using CellSelectas I have some cells that I have faked disabling and want the user to be able to see the changes I have made to the background colors in these "disabled" cells.
That being the case, how do I let the user select the full row so that it can be deleted?