Back to Devexpress

Data Editing and Validation

aspnetmvc-16138-components-grid-view-data-editing-and-validation.md

latest1.0 KB
Original Source

Data Editing and Validation

  • Feb 02, 2023

The ASP.NET MVC GridView extension allows your end-users to edit grid data.

You can enable data editing in one of the following ways.

  • Using the Insert Extension Wizard

  • Manually

Note

To enable data edit, insert and delete operations, you must specify the GridSettingsBase.KeyFieldName property.

Concepts