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:
C#
public enum ActionOnLostFocus
Fields
When the focus of a field in edit mode is lost, its edit mode will be canceled.
C#
CancelEdit = 0
When the focus of a field in edit mode is lost, its contents will be validated.
C#
CommitEdit = 1
When the focus of an element is lost, no specific action will be taken.
C#
None = 2