Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
11 replies
Subscribers
7 subscribers
Views
4690 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
#pagingGrid Problem with numberof records showing in the last page 1.
rayudua
over 11 years ago
#pagingGrid
Problem with numberof records showing in the last page
1. Have a rule giving 6 records
2. page size set to 5
3. 1st page shows 5 records (1to5)
2nd page when Next ,3rd icon is clicked shows 5 records, rows 2 to 6 instead of only the 6th record (one record) on 2nd page
4. but when the last page icon >| is clicked shows only the 6th record.
Is this expected behavior? usually grids so far worked in c#/java/ingragistics all shows only one record in the 2nd page , when clicked next or last page icon [>] vs [>|]...
OriginalPostID-77640
OriginalPostID-77640
Discussion posts and replies are publicly visible
Parents
0
sikhivahans
over 11 years ago
Hi rayudu, The problem in your case might lie in two places, One is how you are initializing PagingInfo parameter. And second is, how you are setting the PagingInfo 'value' and 'saveInto'. If these two configurations and usage of load(),with() are proper, then paging of the grid woks fine with no issues.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
sikhivahans
over 11 years ago
Hi rayudu, The problem in your case might lie in two places, One is how you are initializing PagingInfo parameter. And second is, how you are setting the PagingInfo 'value' and 'saveInto'. If these two configurations and usage of load(),with() are proper, then paging of the grid woks fine with no issues.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data