dataGridView1.Rows[dataGridView1.CurrentRow.Index].Cells[2].Value = new Guid(row1.ID.ToString());
有问题,
那把一个guid变量(在已知行row1.ID中)赋给dataGridView1.Rows[dataGridView1.CurrentRow.Index].Cells[2],要怎么写?dataGridView1所对应的也是guid字段