1
vote
3answers
66 views

Action menu placement for bulk actions in a grid

I have been playing with an idea of placing a bulk action drop down menu for a grid/table in the header of the column where the selections are done. This is to save some precious space above the table ...
6
votes
3answers
416 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
495 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
310 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 ...