3
votes
2answers
259 views

Best practice for displaying no of records on datagrid

I am designing a banking application where i have a record count of over 1000 rows. I wanted to understand the ideal design patterns for pagination and displaying rows on a data grid. I am ...
7
votes
5answers
315 views

Should pagination be capped in web app search results?

Search results can be a funky thing to design sometimes when it comes to the value of results for a user. IN this Web App I am helping build, the global search bar, when searched, can lists results ...
1
vote
2answers
281 views

Pagination on navigation links?

On a web application we have two ways to navigate to our collaborative project sites. One is the “recent visits” and the other is alphabetical. That navigation element has a fixed element height of ...
4
votes
5answers
523 views

Scrolling vs. Pagination for a Mobile Order Form

Ok here is my windows mobile application for ordering system. As client requested i added a next page button (the button after the +). This turns a page with preferences of a product. However most of ...
1
vote
3answers
139 views

Paging: 1 to 42 or 42 back to 1

Suppose I open up a web site and near the bottom there's a pager to navigate trough a list of items which is presorted and ordering cannot be changed. What approach do you think will be better ([this] ...