Enum
GridEditMode

The edit mode of the Grid.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum GridEditMode

Fields

Incell

Edit individual cells separately.

Declaration

cs-api-definition
Incell = 3

Field Value

GridEditMode

Inline

Edit the entire row.

Declaration

cs-api-definition
Inline = 1

Field Value

GridEditMode

None

The Grid edit is disabled.

Declaration

cs-api-definition
None = 0

Field Value

GridEditMode

Popup

Edit in an external popup editor.

Declaration

cs-api-definition
Popup = 2

Field Value

GridEditMode

In this article
DefinitionFieldsIncellInlineNonePopup
Not finding the help you need?
Contact Support