Hello all,
I want to implement infinite scrolling in an ASP.net MVC website.
As far as I understand, the grid sends a request, including the filter and page number to the data provider.
Is there a template for that controller action (the data provider), or specifications on how to build it?
Thank you.