博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
DataGridview焦点不移开不保存数据问题
阅读量:4950 次
发布时间:2019-06-11

本文共 288 字,大约阅读时间需要 1 分钟。

                this.datagridLeft.ClearSelection();

                this.datagridLeft.Refresh();
                this.datagridLeft.EndEdit();

                this.datagridRight.ClearSelection();

                this.datagridRight.RefreshEdit();
                this.datagridRight.EndEdit();

posted on
2013-12-12 16:26 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/yansc/p/3471428.html

你可能感兴趣的文章
tomcat 7配置
查看>>
必备12种职场软能力
查看>>
业务架构优化
查看>>
mysql高级
查看>>
C 整型提升
查看>>
事件初步学习
查看>>
BZOJ3240 NOI2013矩阵游戏(数论)
查看>>
两张图简说代理服务器和反向代理服务器
查看>>
《简爱》
查看>>
rfc 标准文档目录
查看>>
mybatis源码追踪1——Mapper方法用法解析
查看>>
用vue前后端分离项目开发记录
查看>>
oracle 产生节假日表
查看>>
混淆矩阵confusion_matrix
查看>>
Codeforces Global Round 2部分题解
查看>>
一线楼市回暖迹象明显 12月京城将有30新盘入市
查看>>
12.05
查看>>
Round#534 div.2-B Game with string
查看>>
本地代码上传至github的坑
查看>>
Python GIL、线程锁、信号量及事件
查看>>