GridDataColumnSettings.ShowEditorInBatchEditMode Property
Specifies whether an editor is displayed for a read-only cell in batch edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Find control-specific information (for ASPxGridView, ASPxCardView or ASPxVerticalGrid) in the sections below.
#ASPxGridView
When a grid column’s GridViewDataColumn.ReadOnly property is set to true
, the column editor is displayed in the batch edit mode, but it does not allow data editing. Set the ShowEditorInBatchEditMode property to false
to not display editors for read-only columns in batch edit mode.
#Related Links
#ASPxCardView
When a grid column’s CardViewColumn.ReadOnly property is set to true
, the column editor is displayed in the batch edit mode, but it does not allow data editing. Set the ShowEditorInBatchEditMode property to false
to not display editors for read-only columns in batch edit mode.
#Related Links
#ASPxVerticalGrid
When a grid row’s VerticalGridDataRow.ReadOnly property is set to true
, the row editor is displayed in the batch edit mode, but it does not allow data editing. Set the ShowEditorInBatchEditMode property to false
to not display editors for read-only rows in batch edit mode.