Skip to main content

GridViewEditingMode Enum

Lists values that specify the GridView’s editing mode.

Namespace: DevExpress.AspNetCore

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public enum GridViewEditingMode

Members

Name Description
Inline

Cell values are edited within the In-Line Edit Row.

EditMode_Inline

EditForm

Cell values are edited via the Edit Form. The data row whose values are currently being edited isn’t displayed.

EditMode_EditForm

EditFormAndDisplayRow

Cell values are edited via the Edit Form. The data row whose values are currently being edited is displayed above the Edit Form.

EditMode_EditFormAndDisplay

PopupEditForm

Cell values are edited via the Popup Edit Form.

Popupeditform_editmode

Batch

Cell values are edited in the in-line editors. The changes are sent to the server only on an update (‘Save changes’) button click.

Note - the Batch Edit mode has limitations. To learn more, see the Batch Edit Mode topic.

EditMode_Batch

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also