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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Aug 29 07:08:00 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 g.tardini at caleidoscopio.it.

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

--- shadow/82615	2007-08-28 12:41:33.000000000 -0400
+++ shadow/82615.tmp.30694	2007-08-29 07:08:00.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: Sys.Web
 AssignedTo: mhabersack at novell.com                            
 ReportedBy: g.tardini at caleidoscopio.it               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -41,6 +41,14 @@
 
 Expected Results:
 In .NET it returns the number of columns including the hidden ones.
 
 How often does this happen? 
 Always
+
+------- Additional Comments From g.tardini at caleidoscopio.it  2007-08-29 07:07 -------
+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();
+}


More information about the mono-bugs mailing list