Back to Devexpress

GridViewEditingMode Enum

aspnet-devexpress-dot-web-6a04fce0.md

latest2.3 KB
Original Source

GridViewEditingMode Enum

Lists values that specify the ASPxGridView’s editing mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewEditingMode
vb
Public Enum GridViewEditingMode

Members

NameDescription
Inline

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

| | EditForm |

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

| | EditFormAndDisplayRow |

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

| | PopupEditForm |

Cell values are edited via the Popup Edit Form.

| | 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.

|

The following properties accept/return GridViewEditingMode values:

See Also

Mode

Grid View

DevExpress.Web Namespace