在from_load里面添加下面的就可以了dataGridView2.Rows[0].Selected=false;
设置下RowDefaultStyle中的Selectionstyle,将选择后的样式和未选择的样式设置为一样(前景色和背景色),这样就可以了……
dataGridView2.ClearSelection();然后让dataGridView2 Losefocus
dataGridView2.selectedindex=-1