Row and Cell Selection
The DevExpress Silverlight Grid provides comprehensive record selection support. Rows and cells can be selected both programmatically and at runtime.
Single Row Selection
The following single row selection options are available within the DevExpress Silverlight Grid.
- Click a row's data cell or select the row using the ARROW keys to highlight the row and clear previous selection(s).
- Click a row's data cell while pressing the CTRL key to highlight a row and preserve current selection(s).
- Click the focused row while holding the CTRL key or press CTRL+SPACE to toggle selected state(s).
Multiple Row Selection
When activated, end-users can select multiple rows using the mouse or keyboard. 
The following multi-row selection options are available within the DevExpress Silverlight Grid.
- Press CTRL+A to select all rows.
- Use ARROW, PAGE UP, PAGE DOWN keys while holding the SHIFT key down to select a continuous range of rows.
- Click the target row while holding the SHIFT key down to select all rows between the currently focused row and target row.
- Drag the mouse pointer along the Row Indicator Panel to select a range of rows.
Multiple Cell Selection
When activated, end-users can select individual cells or blocks of cells. 
The following multi-cell selection options are available within the DevExpress Silverlight Grid.
- Press CTRL+A to select all cells.
- Use ARROW, PAGE UP, PAGE DOWN keys while holding the SHIFT key down to select a continuous range of cells.
- Click individual cells while holding the SHIFT or CTRL key.
|