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

Edit Form

To allow end-users to edit data with the built-in Edit Form, set the ASPxCardView’s ASPxCardViewEditingSettings.Mode property to CardViewEditingMode.EditForm or GridViewEditingMode.PopupEditForm.

The Edit Form is displayed in the image below.

ASPxCardView_VisualElements_EditForm

 

The Edit Form displays edit cells that correspond to data columns, and the Cancel/Update commands that allow end-users to discard changes or save them to a database.

Each edit cell displays a column caption and the corresponding editor. Individual columns provide settings for individual edit cells, and this allows you to provide various Edit Form layouts. The default layout is generated automatically. You can provide custom layouts for the Edit Form using the CardViewTemplates.EditForm template.

To access these settings, use the column’s ASPxCardView.SettingsEditing property.

See Also