DataGridview焦点不移开不保存数据问题

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

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

你可能感兴趣的:(datagridview)