We have a project where we need the infinite scroll, column sorting/filtering, and remote data enabled. We are having some issues with sort and filter. For quick reference, I used the grid demo and changed it to reflect our configuration. The problem is the grid fires the read command twice when we have loaded more than one page of data. No issues when we have only loaded the first page.
https://dojo.telerik.com/UDoREFIDTo reproduce:
1. Open Chrome
2. Load the page
3. Hit run
4. Open Developer Tool
5. Switch to the Network tab and filter by XHR only
7. Click ProductName to sort. There is only one AJAX call.
8. Scroll to the bottom so it loads the next page. It made two AJAX calls