6
votes
3answers
393 views

Best way of selecting rows in a grid across pages?

Best way of selecting rows in a grid across pages? We have a data grid which spans multiple pages, which is core part of our web based application. Scenario 1: Checkboxes denote selection. Use Case ...
1
vote
2answers
474 views

selecting multiple items on a grid, which is only a part of the total set

I need to show a set of N items to the user, but I can render comfortably only M. (M ~ 20, N ~ 1000). The user then can select one or more of these items and then move on to the next stage. I need to ...
3
votes
3answers
301 views

Selection of items in a grid across pages

Would you expect when making selections across multiple "pages" in a grid or other list style control that it would remember your selections? Would you expect it to forget your selections the moment ...