当用户单击另一个控件时,如何结束单元格的编辑并提交新值?
How can I end the cell's edit and submit the new value when the user clicks on another control?
当我在单元格中键入一个值时,我想通过单击另一个控件来提交这个新值。我该怎么做?
在按钮保存的保存代码前使用DataGridView1.EndEdit()
。
当我在单元格中键入一个值时,我想通过单击另一个控件来提交这个新值。我该怎么做?
在按钮保存的保存代码前使用DataGridView1.EndEdit()
。