[Mono-bugs] [Bug 481681] DataGridViewElement doesn't call OnDataGridViewChanged() On Initial set of the DataGridView. .NET difference

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 3 18:23:37 EST 2009


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

User tom_hindle at sil.org added comment
https://bugzilla.novell.com/show_bug.cgi?id=481681#c1





--- Comment #1 from tom hindle <tom_hindle at sil.org>  2009-03-03 16:23:35 MST ---
Created an attachment (id=276874)
 --> (https://bugzilla.novell.com/attachment.cgi?id=276874)
Patch that fixes this for test case. (and also in my large application)

This patch removes the check from DataGridViewElement::SetDataGridView method
that prevented a call to OnDataGridViewChanged if this.DataGridView was null. 
IE The check prevented calling OnDataGridViewChanged on initial set.

I believe this to be different from .NET behavior.

-- 
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