Multiple Row Selection
With ASPxGridView, you can activate a specific selection mode to allow end-users to select a single row or multiple rows. To switch this mode to another, use the ASPxGridViewBehaviorSettings.AllowSelectSingleRowOnly property. In a single row selection mode, check to make sure that boxes displayed within the command column‘s cells are automatically replaced with radio buttons, emphasizing a single-option selection.
If the ASPxGridViewBehaviorSettings.AllowSelectByRowClick option is enabled, end-users can change the selection by clicking rows in combination with the SHIFT or CTRL key. In a multiple row selection mode, clicking a row while holding down the CTRL key toggles the row’s selected state. Contiguous rows can be selected by clicking the first row and the last row, while holding down the SHIFT key. After this, the selection can be further customized, by clicking individual rows while holding down the CTRL key.