Managing a list with ajax calls has been fairly smooth on the initial load. The search button triggers an ajax call that loads the first page of results without issues. However, an obstacle arises when trying to implement PagedListPager which ends up resetting the page and causing the results to vanish.
To overcome this challenge, I am thinking of creating the PagedListPager as simple buttons without any predefined actions, and then handling the button clicks using Javascript. Is there anyone who knows how to approach this in a better way?