C#数据集(Oracle),GridControl,GridlookUpEdit,SaveButton

时间:2018-11-16 11:13:34

标签: c# oracle dataset gridcontrol gridlookupedit

我有 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 中显示更改?

0 个答案:

没有答案