[Mono-bugs] [Bug 73864][Nor] Changed - [PATCH] DataGrid.PageCount behaviour incorrect

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 10 May 2005 17:39:48 -0400 (EDT)


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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=73864

--- shadow/73864	2005-05-07 01:41:48.000000000 -0400
+++ shadow/73864.tmp.19172	2005-05-10 17:39:48.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bugzilla@patearl.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: DataGrid.PageCount behaviour inconsistent with MS' .NET
+Summary: [PATCH] DataGrid.PageCount behaviour incorrect
 
 Description of Problem:
 
 Under Microsoft's .NET, asking a datagrid for its PageCount returns 1 when
 there are 0 items in the datasource.  Mono returns 0 for the PageCount when
 there are 0 items.  This creates a problem when using the MxDataGrid