In my WinForms I have DataGridView. I wanted to select full row at once so I set SelectionMode as FullRowSelect. And now I have problem, b
DataGridView
SelectionMode
FullRowSelect
Just put dataGridView1.ClearSelection(); in load event of the form.
dataGridView1.ClearSelection();