Enum
GridEditFormActionType

Enumerates the Grid edit form action type.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum GridEditFormActionType

Fields

Cancel

The 'Cancel' command type.

Declaration

cs-api-definition
Cancel = 2

Field Value

GridEditFormActionType

CancelLite

The 'Cancel' command type.

Declaration

cs-api-definition
CancelLite = 5

Field Value

GridEditFormActionType

Insert

The 'Insert' command type.

Declaration

cs-api-definition
Insert = 0

Field Value

GridEditFormActionType

InsertLite

The 'Insert' command type.

Declaration

cs-api-definition
InsertLite = 3

Field Value

GridEditFormActionType

Update

The 'Update' command type.

Declaration

cs-api-definition
Update = 1

Field Value

GridEditFormActionType

UpdateLite

The 'Update' command type.

Declaration

cs-api-definition
UpdateLite = 4

Field Value

GridEditFormActionType