hi
I have a DataGridViewTextBoxColumn in my DataGridView. The values of this column dont get updated as long as i dont press Enter on the combo .
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilanka DharmadasaPosted Jan 15, 2010, 1:13 AM
The values dont get updated till the changes are committed.
The changes will be committed only if you do something like button click or click on another cell.
But even the changes are not committed, you can access the latest value by using 'EditedFormattedValue' property of the cell without just using 'Value' property.
If you find my answer useful, please tick 'Do you like this answer' checkbox.