[Mono-bugs] [Bug 50285][Maj] New - DataGrid and PagedDataSource- Paging is not working

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Oct 2003 21:53:19 -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=50285

--- shadow/50285	2003-10-28 21:53:19.000000000 -0500
+++ shadow/50285.tmp.21001	2003-10-28 21:53:19.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 50285
+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: 
+Summary: DataGrid and PagedDataSource- Paging is not working
+
+Description of Problem:
+Paging in DataGrid is not working in these areas:
+- LastPage value is wrong
+- Changing page with PagerStyle.NumericPages by clicking the page number
+will not change the DataGrid.CurrentPageIndex
+
+Steps to reproduce the problem:
+1. run the sample file
+
+Actual Results:
+1. Click the ">" link to advance the page until the end of the page, it
+will an exception "DataGrid_Invalid_Current_PageIndex: MyDataGrid"
+2. if we click "Show numeric page navigation buttons" the PagerStyle will
+change to NumericPages, but if we click the link, it will not work
+
+Expected Results:
+1. Only subset of dataset displayed honoring PageSize property
+2. Page link should work and will change CurrentPageIndex
+
+How often does this happen? 
+always
+
+Additional Information:
+mcs/class from cvs 20031029 09:44GMT+07