Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个datagridview数据绑定的单元格。我正在尝试使用单元格开始编辑事件保存单元格的先前值。当我尝试保存此单元格信息时,它会保存值成员字段值而不是combobox. 我使用的代码是:
datagridview
combobox
stroldvalue = DGVTransactions.CurrentCell.Value
有没有办法存储单元格的文本?
假设您正在使用DataGridViewComboBoxColumn(),您可以通过以下方式获取文本:
DataGridViewComboBoxColumn()
DGVTransactions.CurrentCell.EditedFormattedValue