Skip to content

Paging when using collection #376

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

Open
RobinBronsteede opened this issue Feb 27, 2025 · 0 comments
Open

Paging when using collection #376

RobinBronsteede opened this issue Feb 27, 2025 · 0 comments

Comments

@RobinBronsteede
Copy link

I just implemented the control to show data to users in a custom page, in this scenario a collection is used. Sorting and filtering works fine, but it looks like paging doesn't work

Page size is set to 50 (collection has 251 records)
grid.TotalRecords shows -1 (where 251 is expected)
grid.HasNextPage en grid.HasPreviousPage show true/false as expected

OnSelect: UpdateContext({ctxGridEvent:"LoadNextPage" & Text(Rand())}) => No action is shown

Is this as expected according the code and my situation?

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

No branches or pull requests

1 participant