We need to implement row selection controllers which would allow different models for selecting rows in a grid.
Features we want (these can be ended up in different row selection controllers implementations though):
- Focus row with mouse
- Move focus with keyboard
- Select multiple rows with mouse
- by holding a
Shift key
- in a special multiple selection mode
- Remove focus with
Esc key
We need to implement row selection controllers which would allow different models for selecting rows in a grid.
Features we want (these can be ended up in different row selection controllers implementations though):
ShiftkeyEsckey