Data Editing and Validation
The ASP.NET MVC CardView extension allows your end-users to edit its data.
You can enable data editing in one of the following ways.
Using the Insert Extension Wizard
Right-click the View code. In the context menu, select the Insert DevExpress MVC Extension v24.1 item.
This invokes the Insert Extension Wizard. In the Insert Extension Wizard, select the CardView extension and check the Enable inline editing check box within the CardView settings page.
The wizard will automatically add a CardView with data editing functionality to your View.
Manually
Refer to the following topics to learn how to manually enable grid editing features.
Note
To enable data edit, insert and delete operations, you must specify the GridSettingsBase.KeyFieldName property.