To make the entire DataGridViewRow highlighted when the row selected is set to true,
set the DataGridView.SelectionMode to FullRowSelect.
that’s how i naturally know
To make the entire DataGridViewRow highlighted when the row selected is set to true,
set the DataGridView.SelectionMode to FullRowSelect.