Skip to main content

Sort Data in Card View

ASPxCardView data can be sorted by an unlimited number of columns.

To enable the sorting feature, set the column’s GridDataColumnSettings.AllowSort property to true. If this property is set to Default, the column’s behavior is controlled by ASPxCardView’s ASPxGridBehaviorSettings.AllowSort option.

Note

By default, ASPxCardView does not sort a column if its data items do not implement the IComparable interface. To sort these columns, you can do one of the following.

Concepts

Member Table

Task-Based Help