Hi,
Is there any example out there which covers the topic of GENERIC sorting filtering paging example, What I want is to have a list which has 100 items in the database. In the first request I will only get 10 items. As the user is scrolling down I want to get more items from the server. The received items should apply any filter, sorting condition.
Thanks in advance