[Mono-bugs] [Bug 73864][Nor] Changed - DataGrid.PageCount behaviour inconsistent with MS' .NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 29 Mar 2005 17:38:09 -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 bugzilla@patearl.net.
http://bugzilla.ximian.com/show_bug.cgi?id=73864
--- shadow/73864 2005-03-21 17:16:39.000000000 -0500
+++ shadow/73864.tmp.13245 2005-03-29 17:38:09.000000000 -0500
@@ -124,6 +124,12 @@
The same program run under mono produces an exception, but that's a
different issue.
System.Web.HttpException: DataGrid_NoAutoGenColumns: DataGrid1
in System.Web.UI.WebControls.DataGrid:AutoCreateColumns
(System.Web.UI.WebControls.PagedDataSource)
+
+------- Additional Comments From bugzilla@patearl.net 2005-03-29 17:38 -------
+It may be worth noting that having a PageCount of one is consistent
+with how the grid operates. When there are zero items and paging is
+turned on, the list of available pages shows "1". The page still
+exists, it just has zero items on it.