[Mono-bugs] [Bug 51825][Nor] New - The event DataGrid1.ItemCreated is raised when it shouldn't
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 7 Dec 2003 08:22:06 -0500 (EST)
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 along@mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51825
--- shadow/51825 2003-12-07 08:22:06.000000000 -0500
+++ shadow/51825.tmp.15560 2003-12-07 08:22:06.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 51825
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: System.Web
+AssignedTo: jackson@ximian.com
+ReportedBy: along@mainsoft.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: The event DataGrid1.ItemCreated is raised when it shouldn't
+
+Description of Problem:
+For every DataRow that is added to DataGrid in DataBind() a
+DataGrid1.ItemCreated event is triggered.
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+
+Actual Results:
+In every row in the DataGrid the first cell is "Added on ItemCreated
+event".
+
+Expected Results:
+Only in the Header and Footer rows the first cell contains "Added on
+ItemCreated event".
+
+How often does this happen?
+Always.
+
+Additional Information: