Pagination in Blazor #2352
Unanswered
ashishsinha24
asked this question in
Questions
Replies: 1 comment 2 replies
-
Your list class(es) do need to support being fetched a page at a time, there's no real way to avoid this. There was (just last week?) a discussion thread here on this exact topic - how to implement per-page fetch operations in a list class. I answered with some code to show how it is done. You can do both btw - have a complete fetch and a per-page fetch - in the same list class. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is an appropriate way to implement pagination in CSLA.
I don't want to sprinkle code all over my business classes. There should be an elegant way to handle this.
How is everyone else handling this?
Beta Was this translation helpful? Give feedback.
All reactions