问题:DataGridView某单元格数据与combobox对应项显示?
解决:
this.combobox1.SelectedIndex = this.combobox1Items.IndexOf(this.DGVPerson[2, this.DGVPerson.CurrentCell.RowIndex].Value.ToString());