Back to Devexpress

Sort Data in Card View

aspnet-114253-components-card-view-concepts-data-shaping-and-manipulation-sorting.md

latest1.7 KB
Original Source

Sort Data in Card View

  • Jun 21, 2024

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