[Mono-bugs] [Bug 462051] New: DataGridView.InvalidateRow does not refresh table

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Dec 23 15:16:01 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=462051


           Summary: DataGridView.InvalidateRow does not refresh table
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: masschel at gmail.com
         QAContact: mono-bugs at lists.ximian.com
                CC: masschel at gmail.com
          Found By: ---


Description of Problem:

When changing the DataBoundItem of a DataGridView, the Control is not
reflecting these. A call to InvalidateRows does not help.

Steps to reproduce the problem:
1. In http://msdn.microsoft.com/en-us/library/y0wfd4yz.aspx at the end of the
EnumsAndComboBox_Load Method add 

    Knight knight = dataGridView1.Rows[0].DataBoundItem as Knight;
    knight.Name = "masschel222";
    dataGridView1.InvalidateRow(0);
2. 


Actual Results:

The table Control is not updated.

Expected Results:

The table should be updated with the new data

How often does this happen? 

Every time

Additional Information:

Net performs as expected.


-- 
Configure bugmail: https://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