Hello all,
I have a DataGridView that doesn't seem to update itself correctly.
I have a column called, "Status" which is usually empty.
When the user presses "E" (for erase), they are asked "Are you sure".
Upon pressing Yes, a bound label on the form is updated to 'DELETED', which isn't being immediately shown in the DataGridView. I have to physically move up (or down) a row for 'DELETED' to be shown in the Status cell.
I've tried .Refresh, but it doesn't make any difference.
Any ideas?


Reply With Quote
