标签:
只需要给添加以下代码 在执行其他按钮前调 用一下 就可以了:主要是用来关闭编辑以及更新当前行编辑内容
this.gridControl1.FocusedView.CloseEditor(); this.gridControl1.FocusedView.UpdateCurrentRow();
DevExpress 关于 GridView 表格编辑中 点击其他按钮里导致 值未取到处理
标签:
原文地址:http://www.cnblogs.com/wordgao/p/4572424.html