[Mono-bugs] [Bug 76265][Nor] New - Sorting functions from
IBindingList interface in DataView not implemented
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 28 15:11:52 EDT 2005
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 jordi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76265
--- shadow/76265 2005-09-28 15:11:52.000000000 -0400
+++ shadow/76265.tmp.28705 2005-09-28 15:11:52.000000000 -0400
@@ -0,0 +1,29 @@
+Bug#: 76265
+Product: Mono: Class Libraries
+Version: 1.0
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: jordi at ximian.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Sorting functions from IBindingList interface in DataView not implemented
+
+The IBindingList interface in DataView is not implemented. In order to be
+able to provide column sorting in System.Windows.Forms datagrid when using
+DataViews as source we need implemented the following properties:
+
+- SortProperty
+- SupportsSorting
+- SortDirection
+
+Note that SortProperty returns probably a DataColumnPropertyDescriptor.
+
+Jordi,
More information about the mono-bugs
mailing list