Discussion
Lumen Technologies
US
Last activity: 5 Sep 2015 13:18 EDT
List View pagination Issue
Hi,
I have created a List View which is fetching 150 records. In the Organize tab i have given page size as '50'. As per pagination i will have 3 pages here.So now in first page i have 50 records. Each record has a checkbox option to select/unselect. Now in first page i have selected some 10 records and then clicked on page 2 and selected 5 records. Now again i clicked on page 1, but my previous selected 10 records from page 1 have gone. Even clipboard is holding data of respective page only.
Plz help me how to fix this. I want to select records from across 3 pages and copy into different page.
Thanks
Venkat
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
IN
Venkat
Which version of PRPC you are trying this.
Areteans Technology
IN
Did you use, copy to content page or pagelist ? - try copying to pagelist which might help.
Areteans Technology
IN
BTW, are you using a listview control to embed the results in a section/harness ?
Areteans Technology
IN
The problem is the value is not posted to server anytime. When seccond page in the pagination is clicked, navigatePagination Js function in pega_ui_listview is called which just tries to populate the next page results without saving the first page results. You should talk to pega support team or else move to grid, where you can configure the checkbox to post value to clipboard.
Areteans Technology
IN
pls refer to the above comment. may be use grid :)
Lumen Technologies
US
ok.. Thanks Ashok
PEG
IN
Venkat,
Can you check the which layout used in footer section of listview ? Freeform or smart layout?
Post your query on https://mesh.pega.com/community/pegaproductsupport to get better responses.