问题:DataGridView某单元格数据与combobox对应项显示?

解决: 

this.combobox1.SelectedIndex = this.combobox1Items.IndexOf(this.DGVPerson[2, this.DGVPerson.CurrentCell.RowIndex].Value.ToString());

相关文章:

  • 2021-10-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-09-18
  • 2021-06-13
猜你喜欢
  • 2021-06-24
  • 2022-12-23
  • 2021-11-11
  • 2022-02-25
  • 2022-12-23
  • 2021-05-28
相关资源
相似解决方案