View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Select Grid Rows and Cards

Select Individual Rows/Cards

To select a row/card and clear the existing selection, do one of the following:

Select Multiple Rows or Cards

To select a row/card while preserving the current selection, do one of the following:

To toggle the focused row’s/card’s selected state, do one of the following:

To move focus between rows and cards while preserving the current selection, use CTRL+ARROW keyboard shortcut (supported by Grid and Card Views).

Select a Range of Rows/Cards

To select all rows/cards, press CTRL+A (supported by Grid and Layout Views). Before pressing this shortcut, ensure that the focused cell is not being edited

To select a continuous range or rows/cards, you can do the following

Copy Selected Records to the Clipboard

Press CTRL+C or SHIFT+INS.