The DevExpress ASP.NET Vertical Grid (ASPxVerticalGrid) control allows end-users to edit and update multiple grid columns 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, so the control data contained in a page can be edited using in-line editors. The modified cells are colored in green. Deleted records are highlighted with gray and display the Recover command item. To hide the deleted records from the view, set the SettingsEditing.BatchEditSettings.HighlightDeletedRecords 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 Start edit action combo box (“Click”, “DblClick”, or “FocusedCellClick”) to specify the action that should be used to begin editing data.