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 & Hgrid: Refactoring with the new customers endpoint #874

Open
wants to merge 3 commits into
base: vnext
Choose a base branch
from

Conversation

MarielaTihova
Copy link
Contributor

@MarielaTihova MarielaTihova commented Nov 14, 2024

Resolves #867

Once this PR is merged, changes in IgniteUI/igniteui-xplat-docs#1375 should be made accordingly as well

NOTE:

  • Currently Hgrid has remote paging only for the grid.
  • For all other levels of the hierarchy grids (Row Islands) we have the default "Local" paging mode, because there are no endpoints like https://data-northwind.indigo.design/Customers/{customerID}/Orders that have paging.
  • For React Hgrid there is simply no paging for the RowIsland. The behaviour is similar to the one in Angular. For reference: https://www.infragistics.com/angular-demos/hierarchical-grid/hierarchical-grid-remote-paging

@MarielaTihova MarielaTihova changed the title Mtihova/fix 867 Remote Paging Grid: Refactoring with the new customers endpoint Nov 14, 2024
@MarielaTihova MarielaTihova changed the title Remote Paging Grid: Refactoring with the new customers endpoint Remote Paging Grid & Hgrid: Refactoring with the new customers endpoint Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote Paging Grid: wrong way of loading data from API
2 participants