The application I'm working on works with very large datasets. It's an ERP system, so customers, invoices, contacts, etc. Has anyone implemented anything like a paged loading system where the ListView, for example, pulls in items from a service as they're needed? If so, how did you accomplish it? Can anyone point me in the correct direction?
Few more details:
Using a Breeze/Entity/REST back on the server
Our users could have 100's of thousands of items they're 'loading' into a list (if the user does a blank search, for instance)
I'm of course open to any and all feedback and suggestions.