Bug 479124

Summary: DataGridView. Cells don't invalidate when setting setting Cell.Selected programmatically
Product: [Mono] Mono: Class Libraries Reporter: Mario Carrion <mcarrion>
Component: Windows.FormsAssignee: Mono Bugs <mono-bugs>
Status: RESOLVED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Normal    
Priority: P5 - None CC: forgotten_CRPsQFwJ3b
Version: SVN   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: Example

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.