Repeater paging not working when filter applied

jason zerr asked on September 5, 2019 18:01

I am trying to setup paging and filter on a article listing page, using page name filter on the listing page, everything seems fine when a filtering is applied paging shows only limited results i.e like 2 pages with 2 articles on each page, but when the second page is visited repeater will pull in what would be the second page with no filters and paging will reset to include all pages.

I have enabled Remember listing, filter and state in System > User Interface, any other ideas what might be causing this ?

Correct Answer

Brenden Kehren answered on September 5, 2019 18:34

It your paging is set to URL and filters are set to postback, you may lose some data. Seems the filters and paging dont always work well togther when you have different approaches to apply the filter or paging. I suggest using postback for both and see if that works for you. If it does, then work the issues that come with that model.

1 votesVote for this answer Unmark Correct answer

Recent Answers


jason zerr answered on September 5, 2019 19:57

@brenden that works when both webparts are changes to use postback, I am trying to change pagination to a loadmore button that loads tile with a ajax call on click I was using the query string to create the new url, is there a way to do the same with postback. Just looking for some direction as how I should approach this.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.