[Mono-bugs] [Bug 50390][Wis] New - BoundColumn - a readonly column is not displayed in Edit mode

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 30 Oct 2003 22:38:34 -0500 (EST)


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 ximian@aksi.mdamt.net.

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

--- shadow/50390	2003-10-30 22:38:34.000000000 -0500
+++ shadow/50390.tmp.11437	2003-10-30 22:38:34.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 50390
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: ximian@aksi.mdamt.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: BoundColumn - a readonly column is not displayed in Edit mode
+
+Description of Problem:
+During editing session of DataGrid (with EditCommandColumn), a BoundColumn
+which has ReadOnly set to true is not displayed on the cell.
+
+Steps to reproduce the problem:
+1. run the attached testcase
+2. click Edit link on the first column
+
+Actual Results:
+the next screen will display the DataGrid in edit mode. The third column is
+there but no contents on the cells.
+
+Expected Results:
+The third column should display the same condition as in view mode.
+
+How often does this happen? 
+always
+
+Additional Information:
+mcs/class cvs 20031031 10:30+0700
+
+if you try the testcase please dont click Update or Delete links on step #2
+above, because it uses a code which is not yet implemented in Mono (it is
+DataView which will throw NotImplementedException).