[Mono-bugs] [Bug 494031] New: DataGridView: combo box list items are not updated

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Apr 10 14:05:53 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=494031


           Summary: DataGridView: combo box list items are not updated
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: i686
        OS/Version: openSUSE 11.0
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: smithersjohnd1982 at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Community User


Created an attachment (id=285246)
 --> (http://bugzilla.novell.com/attachment.cgi?id=285246)
Example code to reproduce the problem

Description of Problem:
I have a DataGridView with one column of DataGridViewComboBoxColumn()
All initially added items to the combo box are displayed.
However, if I add them later via Items.Add("...") they are not displayed with
Mono, but they are on Windows with .NET
Thus there seems to be an update problem

Steps to reproduce the problem:
Attached is example code for Windows/.NET and Linux/Mono
1. Unpack the code
2. If you open and compile it with Visual studio, and click the "More" button,
then more combo box list items are generated
3. If you compile it on Linux (e.g. use included "compile" script) and press
the "More" button, then NO additional combo box list items are generated


Actual Results:
see above

Expected Results:
see above

How often does this happen? 
Always

Additional Information:

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list