Load more option with repeater for which i can apply custom filter

Sultan Ahmed asked on March 20, 2015 05:19

In present for load more option we are having dynamic viewer which uses dynamic viewer source, I have implemented custom filter with repeater, now i want load more option, here i can't use that dynamic viewer because it uses dynamic viewer source for which we cannot assign filter, so what is the solution now how can i get load more option for which i can apply filter also?

Recent Answers


Virgil Carroll answered on March 20, 2015 17:50

Your best option would be to use a different datasource that you can apply the filter. In that scenario you are going to have to do some custom connecting to allow you to load more subsets of data based on the filter selected and where you are at in your dataset.

Another option (and may be more practical) is to load a much larger set of data in your repeater and use jQuery to create a simulated 'load more'. Depending on how much data, will not be a huge performance hit but will allow a lot more flexibility for you to manage how you want it to work.

0 votesVote for this answer Mark as a Correct answer

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