GridBatchEditSettings.AllowEndEditOnValidationError Property
In This Article
Specifies whether an editor can lose focus when validation fails.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Set the AllowEndEditOnValidationError property to false
to prohibit editing from completing if the editor value fails validation. In this case, the editor is focused until a correct value is entered.
Note
The Allowtrue
.
See Also