DEV 浅析UpdateCurrentRow(),PostEditor(),CloseEditor()

DevExpress.XtraGrid.v13.2

UpdateCurrentRow
//
// 摘要:
//     Validates the focused row and saves its values to the data source.
//
// 返回结果:
//     true if the row has been successfully updated; otherwise, false.
public override bool UpdateCurrentRow();
校验焦点行并保存值到数据源中.
同时 1,更新 Rowstate = Modified ; 2,关闭编辑器
    !!单独使用也没有生效

PostEditor
//
// 摘要:
//     Posts the value being edited to the associated data source without closing
//     the active in-place editor.
//
// 返回结果:
//     true if the value being edited has been successfully saved to the associated
//     data source; otherwise, false.
public bool PostEditor();
提交数据到关联的数据源但是并'不'关闭活动编辑器,也不会更新行状态


CloseEditor
//
// 摘要:
//     Hides the active editor saving changes made.
public void CloseEditor();
关闭编辑器并保存更改的数据,但是不会更新行状态


//效果 : 在未关闭编辑器的情况下,更新编辑器的值到数据源并改变RowState
this.GridView.PostEditor();
this.GridView.UpdateCurrentRow();



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值