[Mono-bugs] [Bug 78960][Wis] New - [2.0] GridView.RowCreated raised with unintialized row
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jul 27 11:04:07 EDT 2006
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 vladimirk at mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78960
--- shadow/78960 2006-07-27 11:04:07.000000000 -0400
+++ shadow/78960.tmp.11882 2006-07-27 11:04:07.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 78960
+Product: Mono: Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: vladimirk at mainsoft.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] GridView.RowCreated raised with unintialized row
+
+Description of Problem:
+
+RowCreated event of GridView control should be raised on every row while
+creting rows. GridViewRowEventArgs has a reference to the newly created
+row, but it's cells collection is empty.
+
+Actual Results:
+Cells collection is empty
+
+Expected Results:
+Cells collection should have cell for each column
More information about the mono-bugs
mailing list