The DevExpress ASP.NET Card View (ASPxCardView) control allows end-users to edit and update multiple cards on the client side and send them to the server in a single request.
To enable the batch editing functionality, set the SettingsEditing.Mode property to 'Batch'. In this mode, the control data contained in a page can be edited using in-line editors. The modified cells are colored in green. Deleted cards are highlighted with gray and display the Recover command item. To hide the deleted cards from the view, set the SettingsEditing.BatchEditSettings.HighlightDeletedCards property to false. All changes are maintained on the client side until the Save changes link is clicked. You can cancel all changes by clicking the Cancel changes link.
If a control contains modified data, it displays a confirm message before a callback or postback is performed.
In this demo, use the Edit mode combo box (“Cell” or “Card”) to specify the control element used to edit the data. The Start edit action combo box (“Click”, “DblClick”, or “FocusedCellClick”) allows you to specify the action that should be used to begin editing data.