Skip to main content

How to Group Cards

ASPxCardView provides API members that allow you to group and ungroup cards.

Use one of the following APIs to group or ungroup cards.

Group

API Member

Description

CardViewColumn.GroupBy

Groups cards by this column.

CardViewColumn.GroupIndex

Specifies whether or not the card view groups cards by this column. Set this property to a non-negative value to group cards by this column.

ASPxCardView.GroupBy (server side)

ASPxClientCardView.GroupBy (client side)

Groups cards by the specified column.

Ungroup

API Member

Description

CardViewColumn.UnGroup

Ungroups cards by this column.

CardViewColumn.GroupIndex

Specifies whether or not the card view groups cards by this column. Set this property to “-1” to ungroup cards by this column.

ASPxCardView.UnGroup (server side)

ASPxClientCardView.Ungroup (client side)

Ungroups cards by the specified column.

ASPxClientCardView.ColumnGrouping

Allows you to custom-handle each card grouping. The card view raises this event before cards are grouped.