[Mono-bugs] [Bug 50582][Maj] New - DataTable - Select skips on DataViewRowState is None
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 5 Nov 2003 01:09:24 -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 ximian@aksi.mdamt.net.
http://bugzilla.ximian.com/show_bug.cgi?id=50582
--- shadow/50582 2003-11-05 01:09:24.000000000 -0500
+++ shadow/50582.tmp.30468 2003-11-05 01:09:24.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 50582
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: ximian@aksi.mdamt.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Summary: DataTable - Select skips on DataViewRowState is None
+
+Description of Problem:
+Recent patch by Eran Domb of DataTable have Select () to match a filter and
+a state of the row. However if the the state is DataViewRowState is None,
+the row is not added.
+
+Steps to reproduce the problem:
+1. Try the attached aspx
+
+Actual Results:
+datagrid is empty
+
+Expected Results:
+datagrid should render all rows in dataset
+
+How often does this happen?
+always
+
+Additional Information:
+The patch just skip the state test if DataViewRowState is None