[Mono-bugs] [Bug 82615][Nor] Changed - Hidden columns not included in the Cells collection of GridViewRow

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Aug 30 08:49:46 EDT 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 mhabersack at novell.com.

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

--- shadow/82615	2007-08-29 07:08:00.000000000 -0400
+++ shadow/82615.tmp.15192	2007-08-30 08:49:46.000000000 -0400
@@ -3,13 +3,13 @@
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Wishlist
+Priority: Normal
 Component: Sys.Web
 AssignedTo: mhabersack at novell.com                            
 ReportedBy: g.tardini at caleidoscopio.it               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
@@ -49,6 +49,9 @@
 Sorry, i forgot... in point 4 e is the GridViewRowEventArgs object:
 
 void myGrid_RowCreated(object sender, GridViewRowEventArgs e)
 {
   myLabel.Text = "number of columns: " + e.Row.Cells.Count.ToString();
 }
+
+------- Additional Comments From mhabersack at novell.com  2007-08-30 08:49 -------
+Could you attach a small, self-contained, test case? Thanks!


More information about the mono-bugs mailing list