|
-
Jun 30th, 2008, 04:23 PM
#1
Thread Starter
Addicted Member
[RESOLVED] [2008] Updating DataGridView on KeyDown
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|