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
3 replies
Subscribers
7 subscribers
Views
3735 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Can paging be added to an editable grid built through SAIL?
Chasity Davis
over 10 years ago
Can paging be added to an editable grid built through SAIL?
OriginalPostID-138820
OriginalPostID-138820
Discussion posts and replies are publicly visible
0
Chasity Davis
over 10 years ago
I have added todatasubset() to add pagingInfo. Though my batch is limited to the specified # (15), I don't see paging at the bottom of my grid to see the additional rows outside of the first 15. Suggestions would be much appreciated!
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
William Ruck
A Score Level 3
over 10 years ago
Since you are not using a paging grid, which has the built in paging buttons, it is necessary to create your own buttons that will perform a save into on the paging info. That being said, you should take care to store any changes you've made in the data in the grid before allowing the grid to page, otherwise they will be wiped out/not saved.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
utkarshs
over 10 years ago
By default no, editable grid dosen't supports pagingInfo, that's only possible with the paging grid however you can make a rule or can try something creative with the form itself so that it displays only selected number for rows on one page, but handling that could be an overhead task.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel