我有 DataSet 和2个表(从SQL填充)。
绑定到Equals
:
gridControl
绑定到tblGraphListTableAdapter(Graph_id, Supplier_id, Supplier_name)
:
SupplierGridlookUpEdit
绑定到tblSuppliersTableAdapter(Supplier_id, Supplier_name)
:
tblGraphList.BindingSource
我有 SaveButton 可以运行:
GridlookUpEdit.DataBindings.EditValue
在数据库中按下 SaveButton 后-一切正常。
但是 gridControl 不会显示这些更改。
如何在 GridControl 中显示更改?