Thursday, November 20, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  Bugs  Paging Error...
 Paging Error
 
Xander.82
5 posts
Joined
2/6/2008

Paging Error
Posted: 20 Feb 08 3:56 AM Modified By Xander.82  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.
support
2094 posts
1st
Joined
1/3/2006

Re: Paging Error
Posted: 20 Feb 08 9: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 )

  Mainstream Forums  Bugs  Paging Error...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.
SplendidCRM and SplendidCRM Software are trademarks of SplendidCRM Software, Inc. SugarCRM is a trademark of SugarCRM Inc. in the United States, the European Union and other countries. All other trademarks used in this web site are the property of their respective owners.