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

ASPxGridTextSettings.ConfirmOnLosingBatchChanges Property

Specifies the text displayed in the Confirm Delete window when the grid is in batch edit mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public string ConfirmOnLosingBatchChanges { get; set; }

Property Value

Type Default Description
String String.Empty

The text.

Property Paths

You can access this nested property as listed below:

Show 16 property paths
Library Object Type Path to ConfirmOnLosingBatchChanges
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsText.ConfirmOnLosingBatchChanges
ASPxGridView
.SettingsText.ConfirmOnLosingBatchChanges
ASPxVerticalGrid
.SettingsText.ConfirmOnLosingBatchChanges
GridViewProperties
.SettingsText.ConfirmOnLosingBatchChanges
CardViewSettings
.SettingsText.ConfirmOnLosingBatchChanges
CardViewSettings<CardType>
.SettingsText.ConfirmOnLosingBatchChanges
GridViewSettings
.SettingsText.ConfirmOnLosingBatchChanges
GridViewSettings<RowType>
.SettingsText.ConfirmOnLosingBatchChanges
MVCxCardView
.SettingsText.ConfirmOnLosingBatchChanges
MVCxGridView
.SettingsText.ConfirmOnLosingBatchChanges
MVCxGridViewProperties
.SettingsText.ConfirmOnLosingBatchChanges
MVCxVerticalGrid
.SettingsText.ConfirmOnLosingBatchChanges
VerticalGridSettings
.SettingsText.ConfirmOnLosingBatchChanges
VerticalGridSettings<ColumnType>
.SettingsText.ConfirmOnLosingBatchChanges
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsText.ConfirmOnLosingBatchChanges
BootstrapGridView
.SettingsText.ConfirmOnLosingBatchChanges

Remarks

The ‘confirm’ message displays the following string if the ConfirmOnLosingBatchChanges property is set to an empty string: ‘Are you sure you want to perform the action? All unsaved grid data will be lost.’. To disable the confirmation dialog, set the GridBatchEditSettings.ShowConfirmOnLosingChanges property to false.

Note

Google Chrome, Microsoft Edge, Opera, and FireFox browsers ignore a custom ‘confirm’ message specified in the ConfirmOnLosingBatchChanges property.

See Also