|
Bugzilla – Full Text Bug Listing |
| Summary: | DataGridView. Cells don't invalidate when setting setting Cell.Selected programmatically | ||
|---|---|---|---|
| Product: | [Mono] Mono: Class Libraries | Reporter: | Mario Carrion <mcarrion> |
| Component: | Windows.Forms | Assignee: | 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 | ||
Fixed in r127890 in trunk and in r127893 in 2.4 branch. |
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)