Back to Devexpress

Data Editing

aspnet-116153-components-vertical-grid-concepts-data-editing.md

latest2.1 KB
Original Source

Data Editing

  • Jun 17, 2021

ASPxVerticalGrid provides the batch edit mode that allows end-users to edit grid data. Use the ASPxVerticalGridEditingSettings.Mode property to specify the grid edit mode.

Batch

ASPxVerticalGrid maintains all user changes on the client side until the Save changes link (the Update command) is clicked, or all changes are canceled by clicking the Cancel changes link (the Cancel command). To learn more, see Batch Edit Mode.

You can prevent data editing, deleting and inserting by using the ASPxGridDataSecuritySettings.AllowEdit, ASPxGridDataSecuritySettings.AllowDelete and ASPxGridDataSecuritySettings.AllowInsert properties, respectively.

Note

To enable data editing, inserting and deleting operations, you must specify the ASPxGridBase.KeyFieldName property.

Concepts

See Also

Vertical Grid - Batch Editing and Updating