[Mono-bugs] [Bug 80654][Nor] New - asp:BoundField Visible property is ignored

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jan 29 09:20:32 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 dna at informatik.uni-kiel.de.

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

--- shadow/80654	2007-01-29 09:20:32.000000000 -0500
+++ shadow/80654.tmp.4074	2007-01-29 09:20:32.000000000 -0500
@@ -0,0 +1,32 @@
+Bug#: 80654
+Product: Mono: Class Libraries
+Version: 1.2
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web
+AssignedTo: grendello at gmail.com                            
+ReportedBy: dna at informatik.uni-kiel.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: asp:BoundField Visible property is ignored
+
+Setting a asp:BoundField to Visible="false" is ignored by mono.
+It is shown.
+
+Example:
+<asp:DetailsView ID="DetailsView1" runat="server" AutoGenerateRows="False"
+DataSourceID="exampleObjectDataSource" >
+        <Fields>
+            <asp:BoundField DataField="Title" HeaderText="Title:" />
+            <asp:BoundField DataField="HiddenField"
+HeaderText="HiddenField"  Visible="False" />
+        </Fields>
+    </asp:DetailsView>
+
+Same problem on a GridView with asp:BoundField.


More information about the mono-bugs mailing list