1.把添加的行添加到数据源里 datatable1.Rows.Add("row").2.dataGridView1.DataSource=datatable1;你改变下思路,先添加到数据源,然后再绑定,而不是像现在这样先绑定,再添加新行。