Bug 479124 - DataGridView. Cells don't invalidate when setting setting Cell.Selected programmatically
Summary: DataGridView. Cells don't invalidate when setting setting Cell.Selected progr...
Status: RESOLVED FIXED
Alias: None
Product: Mono: Class Libraries
Classification: Mono
Component: Windows.Forms (show other bugs)
Version: SVN
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-24 17:11 UTC by Mario Carrion
Modified: 2009-02-24 20:35 UTC (History)
1 user (show)

See Also:
Found By: Beta-Customer
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Example (1.76 KB, text/plain)
2009-02-24 17:11 UTC, Mario Carrion
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mario Carrion 2009-02-24 17:11:44 UTC
Created attachment 275063 [details]
Example

1. Compile attached code.
2. Click "Select cells" button.
3. Cells are selected but no visible selection, you need to invalidate the datagridview somehow to show selection.

Expected:

Cells invalidation (blue rectangle drawn)
Comment 1 Forgotten User CRPsQFwJ3b 2009-02-24 20:35:43 UTC
Fixed in r127890 in trunk and in r127893 in 2.4 branch.