将DataGridView控件绑定到绑定源时,我的应用程序中出现以下错误:
DataGridView
操作无效,因为它导致对SetCurrentCellAddressCore函数的可重入调用
绑定源取决于数据表.我正在从DataGridView过滤记录.我使用了dataGridView1_CellValueChanged()我正在过滤DataGridView 的事件.但是当我从当前单元格中删除数据时,会发生此错误.
dataGridView1_CellValueChanged()
我该如何解决这个问题?
.net c# datagridview winforms
.net ×1
c# ×1
datagridview ×1
winforms ×1