ALX
Well-known member
In a DataGridView where the Selection Mode is set to Full Row Select, single row selection and the row's DefaultSelectionBack Color is set to a particular color, the user becomes accustomed to seeing this selected Row's backcolor when they click on a row. If they are clicking the row with the Control Key however, the DataGridView will not set this backcolor. It does select the Row, as the row's data is loaded on another control, but the lack of background color leads the user to believe that the row is not actually selected. Is there a way to force the DGV to treat this as an ordinary selected row by using the selected backcolor even when the user is holding the Control key. I know this sounds trivial, but I'm trying to fool proof this app.
Last edited: