|
Bugzilla – Full Text Bug Listing |
| Summary: | DataGrid: Adding a column to DataSource after setting DataSource doesn't add it. | ||
|---|---|---|---|
| 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: | calberto.cortez |
| Version: | SVN | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Beta-Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 468504 | ||
| Attachments: |
Example.
.NET DataGrid |
||
Created attachment 264249 [details]
.NET DataGrid
This is fixed in rev 139643. Thanks! |
Created attachment 264248 [details] Example. 1. Compile and run the attached example 2. Click "Add button" 3. Nothing happens. See the attached example in .NET implementation. Expected: Show new column.