Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Paging Grid: wrong way of loading data from API #867

Open
MarielaTihova opened this issue Nov 12, 2024 · 0 comments · May be fixed by #874
Open

Remote Paging Grid: wrong way of loading data from API #867

MarielaTihova opened this issue Nov 12, 2024 · 0 comments · May be fixed by #874
Assignees
Labels

Comments

@MarielaTihova
Copy link
Contributor

Take a look at this example: https://www.infragistics.com/webcomponents-demos/grids/grid/remote-paging-grid

Open the network tab and notice how on page load, 2 requests are being made:

  • 1 returning all records
  • and 1 returning the number of records we want to show according to page size and number

Expected result: Only the records for the current page number and page size should be shown. Meaning the request that fetches all records should not be there.
Actual result: 2 requests are present

!!! NOTE:
Also check if the property pagingMode of the grid is set to "Remote". If not, change it accordingly.

@MarielaTihova MarielaTihova added the bug: in-sample sample isn't working label Nov 12, 2024
@MarielaTihova MarielaTihova added the status: in-development things that are not finished label Nov 14, 2024
@MarielaTihova MarielaTihova added status: resolved and removed status: in-development things that are not finished labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants