Skip to main content
A newer version of this page is available. .

Select Rows and Cells

  • 2 minutes to read

Select Individual Rows and Cells

End users can use the navigation keys and mouse to select individual data items within the GridControl.

Select Multiple Items

To select all visible data items:

  1. Check that the cell’s in-place editor is closed;
  2. Press Ctrl + A.

Note

Check that the DataViewBase.NavigationStyle and DataControlBase.SelectionMode properties are not set to None.

Select Multiple Rows

Refer to the Row Selection topic for information on multiple row selection modes.

The Row Selection Mode

The MultipleRow Selection Mode

  • Click a row to select/unselect it:

  • Focus a row with the keyboard and press Space to select/unselect it:

Select Multiple Cells

To select cells in multiple cell selection mode:

  1. Hold Ctrl and click multiple cells:

  2. Select the initial cell, hold Shift, and use the mouse or navigation keys to select the last cell of the range:

  3. Hold Ctrl, focus a cell with the keyboard, and press Space to select/unselect it:

  4. Hold the left mouse button and drag the pointer to select a range of cells (also, you can use the Selection Rectangle):

See Also