Hi,
Is there a way to let user to input number of rows they want to see per page in a repeating grid layout?
Thank you!
Hi,
Is there a way to let user to input number of rows they want to see per page in a repeating grid layout?
Thank you!
@MarcusRyanK Hi Marcus,
I don’t think we can set the pagination size (number of records displayed per page) dynamically based on a Property/ Parameter.
But you can add a dropdown(Add Local List to Property) in the screen and the user can select different values (5/10/20/50/100). Now you can have different repeat grids with different page sizes (5/10/20/50/100) and use “Visible When” to display one or the other grids based on the number of records selected by the user.
.Hopes this might helps you in someway.
Thanks
Srujan Bollipally
@SrujankumargoudB Thank you for the feedback.
Can you help me determine which parameter to link? I tried using pyPageSizeOther and pyPageSize and didn’t work it stopped paging and and showed all results into 1 page only.
Any feedback is valuable.
Thank you.
@MarcusRyanK Hi Marcus,
Please refer to my below attachment. I have implemented your requirement and added screenshots in the document.
Hopes it might help you.
Thanks
Srujan
Grid Pagination.docx (606 KB)
@SrujankumargoudB I see, basically creating multiple grids with multiple requirements.
Thank you!