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 |
---|---|
Groups cards by this column. | |
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 |
---|---|
Ungroups cards by this column. | |
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. |
Allows you to custom-handle each card grouping. The card view raises this event before cards are grouped. |