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

GridBatchEditSettings Properties

Serves as a base for classes that contain batch edit mode specific settings.
Name Description
AllowEndEditOnValidationError Specifies whether an editor can lose focus when validation fails.
AllowRegularDataItemTemplate Specifies whether a data item template should be overwritten in a data cell when its editing is completed.
AllowValidationOnEndEdit Specifies whether an editor value should be validated when editing is completed.
ErrorImagePosition Gets or sets the position of the validation error image relative to the editor content.
ShowConfirmOnLosingChanges Provides the capability to disable the confirmation message.
StartEditAction Specifies the action that will be used to begin editing grid data in batch edit mode.
See Also