[Mono-bugs] [Bug 81464][Wis] New - DataGridView does not draw header correctly with HeaderText set

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Apr 26 16:13:10 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tausq at debian.org.

http://bugzilla.ximian.com/show_bug.cgi?id=81464

--- shadow/81464	2007-04-26 16:13:10.000000000 -0400
+++ shadow/81464.tmp.17311	2007-04-26 16:13:10.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 81464
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details: ubuntu ppc-linux
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: tausq at debian.org               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataGridView does not draw header correctly with HeaderText set
+
+Description of Problem:
+If a DataGridView contains DataGridView*Column's with HeaderText set, the
+grid is still drawn with the Name of the column, rather than the headertext
+value.
+
+Steps to reproduce the problem: (see attached test program)
+1. Create a DataGridView
+2. Create a DataGridViewTextBoxColumn (for example) with its HeaderText
+property set
+3. Display the grid
+
+Actual Results:
+column headers contain the Name attribute of the columns.
+
+Expected Results:
+column headers contain the HeaderText attribute of the columns.
+
+How often does this happen? 
+Always reproducible


More information about the mono-bugs mailing list