Skip to main content

GridViewBatchStartEditAction Enum

Lists values that specify which action is used to begin editing grid data in batch edit mode.

Namespace: DevExpress.AspNetCore

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

Declaration

public enum GridViewBatchStartEditAction

Members

Name Description
Click

Batch editing starts by clicking a cell.

DblClick

Batch editing starts by double clicking a cell.

FocusedCellClick

Batch editing starts by clicking a focused cell.

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