[Mono-bugs] [Bug 520285] New: DataGridViewColumn CellFormatting event occurs differently compared to .NET
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jul 8 12:56:20 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=520285
Summary: DataGridViewColumn CellFormatting event occurs
differently compared to .NET
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Windows.Forms
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: tom_hindle at sil.org
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=303839)
--> (http://bugzilla.novell.com/attachment.cgi?id=303839)
Test case showing different CellFormating Event
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.11)
Gecko/2009060308 Ubuntu/9.04 (jaunty) Firefox/3.0.11
Attaching Test Program showing difference.
I guess this is minor but it would nice if event order was exactly same as
NET.
Reproducible: Always
Steps to Reproduce:
1. Compile and run Test program
2.
3.
Actual Results:
Created MyDataGridView
OnDataGridViewChanged
Added FwTextBoxColumn
OnVisiblieChanged
HandleCellFormatting
HandleCellFormatting
Added to Form
OnVisiblieChanged
HandleCellFormatting
HandleCellFormatting
HandleCellFormatting
HandleCellFormatting
HandleCellFormatting
Expected Results:
Created MyDataGridView
OnDataGridViewChanged
Added FwTextBoxColumn
OnVisiblieChanged
Added to Form
OnVisiblieChanged
HandleCellFormatting
HandleCellFormatting
HandleCellFormatting
HandleCellFormatting
HandleCellFormatting
--
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