Skip to main content

BootstrapGridViewBatchEditSettingsBuilder Methods

Contains Batch Edit Mode specific settings.
Name Description
AllowEndEditOnValidationError(Boolean) Specifies whether an editor can lose focus when validation fails.
AllowRegularDataItemTemplate(Boolean) Specifies whether a data item template should be overwritten in a data cell when its editing is completed.
AllowValidationOnEndEdit(Boolean) Specifies whether an editor value should be validated when editing is completed.
AlwaysShowCheckboxesInCheckColumns(Boolean) Specifies whether or not Check Column cells should display native checkboxes both in Edit and Browse modes when batch editing is enabled.
EditMode(GridViewBatchEditMode) Specifies which control element (data cell or data row) is used to edit the data.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
ErrorImagePosition(GridBatchEditErrorImagePosition) Sets the position of the validation error image relative to the editor content.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HighlightDeletedRows(Boolean) Specifies if the deleted row is highlighted in Batch Edit Mode.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) Determines whether the specified Object instances are the same instance. Inherited from Object.
ShowConfirmOnLosingChanges(Boolean) Provides the capability to disable the confirmation message.
StartEditAction(GridViewBatchStartEditAction) Specifies the action that will be used to begin editing grid data in batch edit mode.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also