You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: