Skip to content

Sorting grid on infinite scroll #5284

@kendo-bot

Description

@kendo-bot

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:

  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

  6. Scroll to the bottom so it loads the next page. There is only one AJAX call.

  7. Click ProductName to sort. It made two AJAX calls

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions