[Mono-bugs] [Bug 51487][Maj] New - DataGrid - Pager doesn't get rendered when there is no data
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 28 Nov 2003 22:48:23 -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=51487
--- shadow/51487 2003-11-28 22:48:22.000000000 -0500
+++ shadow/51487.tmp.18746 2003-11-28 22:48:22.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 51487
+Product: Mono/Class Libraries
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: ximian@aksi.mdamt.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: DataGrid - Pager doesn't get rendered when there is no data
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+Pager in DataGrid should always be rendered even if there is no data.
+In numeric paging mode, "1" is always rendered and in prevnext paging mode,
+"< >" is always rendered (No links in both cases).
+
+Steps to reproduce the problem:
+1. try the attached test case
+2.
+3.
+
+Actual Results:
+Pager shows "< >" with a link in > in prevnext mode and renders no
+label in numeric mode.
+
+Expected Results:
+In numeric paging mode, "1" is always rendered and in prevnext paging mode,
+"< >" is always rendered (No links in both cases).
+
+How often does this happen?
+always
+
+Additional Information: