View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Batch Editing

The Grid View allows you to edit a group of grid records (on a single page) and save these changes with one click. In this view, you can create new rows, delete existing rows and edit individual cell values.

You can navigate through cells and edit cell values using the keyboard.

Navigation

Editing

The cells that were modified are highlighted in a different color. To save all changes, click the Save changes button. To cancel all changes, click the Cancel changes button.

BatchEditMode

If a Grid View contains unsaved data, a confirmation message is displayed before the data is lost (e.g., when sorting the data, changing the grid page or closing the web page).

Grid_BatchMessage

Click the OK button to cancel all data changes and proceed with the action, or click the Cancel button to cancel the action.