Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Batch Editing and Updating

v
v
NewDelete
Product Name: 
Category Name: 
Quantity Per Unit: 
Unit Price: 
Units In Stock: 
Discontinued:
NewDelete
Product Name:Chai
Category Name:Beverages
Quantity Per Unit:10 boxes x 20 bags
Unit Price:$18.00
Units In Stock:39
Discontinued:
NewDelete
Product Name:Chang
Category Name:Beverages
Quantity Per Unit:24 - 12 oz bottles
Unit Price:$19.00
Units In Stock:17
Discontinued:
NewDelete
Product Name:Aniseed Syrup
Category Name:Condiments
Quantity Per Unit:12 - 550 ml bottles
Unit Price:$10.00
Units In Stock:13
Discontinued:
NewDelete
Product Name:Chef Anton's Cajun Seasoning
Category Name:Condiments
Quantity Per Unit:48 - 6 oz jars
Unit Price:$22.00
Units In Stock:53
Discontinued:
NewDelete
Product Name:Chef Anton's Gumbo Mix
Category Name:Condiments
Quantity Per Unit:36 boxes
Unit Price:$21.35
Units In Stock:0
Discontinued:
NewDelete
Product Name:Grandma's Boysenberry Spread
Category Name:Condiments
Quantity Per Unit:12 - 8 oz jars
Unit Price:$25.00
Units In Stock:120
Discontinued:
Page 1 of 13 (77 items)Prev1234567111213Next
Save changes
Cancel changes

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.

Collapse/Expand
Local Copy of this Demo
To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer.
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
Open CS Solution
Open VB Solution
The source code files for this demo are installed (by default) in the following directories:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\ASPxCardViewDemos
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\VB\ASPxCardViewDemos