GridBatchEditSettings.AllowValidationOnEndEdit Property
Specifies whether to validate data when a cell/row/record switches from edit to browse mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
When a grid control is in batch edit mode, use the AllowValidationOnEndEdit
property to specify whether to validate data when cell/row/record editing ends.
<dx:ASPxGridView ID="Grid" runat="server" ...>
<!-- ... -->
<SettingsEditing Mode="Batch">
<BatchEditSettings AllowValidationOnEndEdit="false" />
</SettingsEditing>
</dx:ASPxGridView>
For more information on a particular grid control in batch edit mode, refer to the following topics:
- ASPxGridView - Batch Edit Mode
- ASPxCardView - Batch Edit Mode
- ASPxVerticalGrid - Batch Edit Mode
- ASPxTreeList - Batch Edit Mode
Online Demos
See Also