Forums

 
ForumForumMainstream Foru...Mainstream Foru...BugsBugsPaging ErrorPaging Error
Previous Previous
 
Next Next
New Post
 2/20/2008 2:56 AM
 
 Modified By Alessandro Cimino  on 2/20/2008 3:58:04 AM
Hi, my problem is:
In "Accounts" TAB i've 2869 records.

When i try to change page, it does not work.
It works fine when i go from page 1 to page 2 but after page 2 it stop.

The SplendidGrid paging mode is "NextPrev"

"[PagerStyle HorizontalAlign="Right" Mode="NextPrev" PageButtonCount="10" Position="Top" CssClass="listViewPaginationTdS1" PrevPageText=".LNK_LIST_PREVIOUS" NextPageText=".LNK_LIST_NEXT" /]"

But it does not work if i change paging mode in "NumericPages"

Please, Help me.
New Post
 2/20/2008 8:14 AM
 

This is a bug.  We should not be displaying the next previous arrows when the mode is NumericPages.

You can fix this yourself by editing ~/_code/SplendidGrid.cs around line 528.  The IF condition inside OnItemCreated should look like:

if ( e.Item.ItemType == ListItemType.Pager && this.PagerStyle.Mode == PagerMode.NextPrev )

Previous Previous
 
Next Next
ForumForumMainstream Foru...Mainstream Foru...BugsBugsPaging ErrorPaging Error