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