[Mono-bugs] [Bug 76714][Maj] New - DataGrid Column ReadOnly
Property Bug
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Nov 15 15:36:47 EST 2005
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 yogendrathakur at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76714
--- shadow/76714 2005-11-15 15:36:47.000000000 -0500
+++ shadow/76714.tmp.10873 2005-11-15 15:36:47.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 76714
+Product: Mono: Class Libraries
+Version: 1.1
+OS: Red Hat 9.0
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: yogendrathakur at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DataGrid Column ReadOnly Property Bug
+
+Description of Problem:
+=======================
+For DataGrid Control , if a column is readonly on EditItem command the
+column will remain readOnly(lable) while columns which are not marked
+readOnly
+will become Editable (TextBox).
+
+In Mono 1.1.10 the evenif Column is marked a ReadOnly it becomes Editable.
+
+Steps to reproduce the problem:
+1. Run Attached page on Windows IIS. Browse Page.
+2. Run attached page on XSP . Browse page.
+
+
+Actual Results:
+===============
+For IIS Hosted Page : On clicking Edit button the Name column in
+corrosponding row is Editable while Nr Column remains uneditable.
+
+For XSP Hosted Page : On clicking Edit button the Name column in
+corrosponding row is Editable. Nr Column becomes editable eventhough its
+marked readonly.
+
+
+Expected Results:
+=================
+On Edit Button Click column Marked ReadOnly shud not become editable.
+
+How often does this happen?
+Everytime
More information about the mono-bugs
mailing list