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

Multiple Card Selection

With ASPxCardView, you can activate a specific selection mode to allow end-users to select a single card or multiple cards. To switch this mode to another, use the ASPxCardViewBehaviorSettings.AllowSelectSingleCardOnly property.

If the ASPxCardViewBehaviorSettings.AllowSelectByCardClick option is enabled, end-users can change the selection by clicking cards in combination with the SHIFT or CTRL key. In a multiple card selection mode, clicking a card while holding down the CTRL key toggles the card’s selected state. Contiguous cards can be selected by clicking the first card and the last card, while holding down the SHIFT key. After this, the selection can be further customized by clicking individual cards while holding down the CTRL key.

See Also