Enum
ActionOnLostFocus

Represents the possible values of an action to be taken when an element of the RadGridView loses focus.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public enum ActionOnLostFocus

Fields

CancelEdit

When the focus of a field in edit mode is lost, its edit mode will be canceled.

Declaration

cs-api-definition
CancelEdit = 0

Field Value

ActionOnLostFocus

CommitEdit

When the focus of a field in edit mode is lost, its contents will be validated.

Declaration

cs-api-definition
CommitEdit = 1

Field Value

ActionOnLostFocus

None

When the focus of an element is lost, no specific action will be taken.

Declaration

cs-api-definition
None = 2

Field Value

ActionOnLostFocus

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