Last Updated: February 25, 2016
·
624
· hjwu

How to save editing value of DataGridView cell

The value is myDataGridView.Rows[i][j].EditedFormattedValue

NOT myDataGridView.Rows[i][j].Value !!

Reference : DataGridView某cell編輯中儲存