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

Providing Data for Unbound Columns

Data for unbound columns is generally obtained from a custom data source or is calculated based upon the values of bound columns.

To allow data editing for an unbound column, its data should be retrieved from a custom data source. When an end-user modifies column data within ASPxCardView, it should be saved back to the data source.

To provide data for unbound columns and save changes made by end users, handle the ASPxCardView.CustomUnboundColumnData event. This event is raised only for unbound columns.

Task-Based Help

How to: Add an Unbound Column to Supply Additional Data

See Also