[Mono-bugs] [Bug 80421][Nor] Changed - DataGridColumnStyle ReadOnly property ignored
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Jan 3 06:08:43 EST 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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=80421
--- shadow/80421 2007-01-01 08:25:00.000000000 -0500
+++ shadow/80421.tmp.24936 2007-01-03 06:08:43.000000000 -0500
@@ -1,15 +1,15 @@
Bug#: 80421
Product: Mono: Class Libraries
Version: 1.1
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
-Priority: Wishlist
+Severity: Unknown
+Priority: Normal
Component: Windows.Forms
AssignedTo: toshok at ximian.com
ReportedBy: kobruleht2 at hot.ee
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -57,6 +57,12 @@
colStyle.ReadOnly = true;
tableStyle.GridColumnStyles.Add(colStyle);
grid.TableStyles.Add(tableStyle);
grid.DataSource = table;
}
}
+
+------- Additional Comments From gert.driesen at pandora.be 2007-01-03 06:08 -------
+I've noticed some other issues too wrt DataGridColumnStyle that make
+me wonder whether these are actually used.
+
+See attached repro.
More information about the mono-bugs
mailing list