Skip to main content
A newer version of this page is available. .
Tab

GridBatchEditSettings.AllowValidationOnEndEdit Property

Specifies whether an editor value should be validated when editing is completed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool AllowValidationOnEndEdit { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to validate the cell value when editing ends; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowValidationOnEndEdit
ASP.NET Controls and MVC Extensions ASPxCardViewEditingSettings
.BatchEditSettings .AllowValidationOnEndEdit
ASPxGridViewEditingSettings
.BatchEditSettings .AllowValidationOnEndEdit
TreeListSettingsEditing
.BatchEditSettings .AllowValidationOnEndEdit
ASPxVerticalGridEditingSettings
.BatchEditSettings .AllowValidationOnEndEdit
ASP.NET Bootstrap Controls BootstrapCardViewEditingSettings
.BatchEditSettings .AllowValidationOnEndEdit
BootstrapGridViewEditingSettings
.BatchEditSettings .AllowValidationOnEndEdit
ASP.NET MVC Extensions MVCxCardViewEditingSettings
.BatchEditSettings .AllowValidationOnEndEdit
MVCxGridViewEditingSettings
.BatchEditSettings .AllowValidationOnEndEdit
MVCxTreeListSettingsEditing
.BatchEditSettings .AllowValidationOnEndEdit
MVCxVerticalGridEditingSettings
.BatchEditSettings .AllowValidationOnEndEdit

Remarks

In batch edit mode a grid always validates modified values on the ‘Save changes’ button click. Use the AllowValidationOnEndEdit property to specify whether a modified value should be validated when editing is completed as well.

See Also