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

Value of page property in paginator is overriden in Remote paging scenario #14807

Open
hanastasov opened this issue Sep 20, 2024 · 0 comments
Open
Assignees

Comments

@hanastasov
Copy link
Contributor

Steps to reproduce

  1. Run the GridRemotePagingSampleComponent from Dev demos
  2. Set the page property in the class to a value higher than 0, public page = 4;
  3. Run the sample

Result

Runtime the page value is overriden to 0, so first page is displayed:
image

Expected result

Page 5 (corresponding to page index of 4) to be displayed.

Attach a sample if available, and screenshots, if applicable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant