-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: GridFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: Low
Milestone
Description
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/UDoREFID
To reproduce:
-
Open Chrome
-
Load the page
-
Hit run
-
Open Developer Tool
-
Switch to the Network tab and filter by XHR only
-
Scroll to the bottom so it loads the next page. There is only one AJAX call.
-
Click ProductName to sort. It made two AJAX calls