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