BootstrapGridViewEditingSettings.BatchEditSettings Property
Gets the Batch Edit Mode settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewBatchEditSettings BatchEditSettings { get; }
Property Value
Type | Description |
---|---|
BootstrapGridViewBatchEditSettings | An BootstrapGridViewBatchEditSettings object that contains the settings. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to BatchEditSettings |
---|---|
BootstrapGridView |
|
Remarks
When the ASPxGridViewEditingSettings.Mode property is set to Batch, the grid provides the capability to modify a batch of grid data on the client side and then send it to the server in one request. Use the BatchEditSettings property to customize the batch edit mode settings.
Note
View the Demo To see this feature in action, please refer to the following online demo: Batch Editing and Updating.
See Also