C# DataGridView 编辑单元格保存时防止单元格在编辑状态而产生空值
摘要:DataGridViewCellcell=this.dataGridView.CurrentCell;this.dataGridView.EndEdit();this.CurrentCell=null;
阅读全文
posted @ 2012-06-19 15:44
posted @ 2012-06-19 15:44
posted @ 2012-06-19 15:39