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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]
          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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to