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