A user viewing a list wants to sort it by one column and then group the records by the values held in a different column, leaving the filter conditions already applied untouched. Which element offers both of those actions?
- AThe list title menu, which carries choices applying to the list as a whole, such as switching the view or exporting rows.
- BThe record context menu reached from a row, which acts on the single record the user selected rather than on the whole list.
- CThe context menu on a column heading, which carries sorting, grouping and column configuration choices for the list. Correct
- DThe breadcrumbs, which summarise the filter conditions currently applied and let a user step back through them one at a time.
Why A is wrong: Tempting because it is the broadest menu on the list, but its scope is the list as an object rather than the ordering or grouping of a particular column.
Why B is wrong: Tempting because right clicking is how both menus are opened, but a row menu targets one record and offers actions such as opening or assigning it.
Why C is correct: Correct because the column heading menu acts on the column it belongs to and on the presentation of the result set, which is exactly where sorting and grouping are chosen.
Why D is wrong: Tempting because breadcrumbs sit at the top of the list, but they represent the query rather than the presentation, so they neither sort nor group.