Enum ActionOnLostFocus
Represents the possible values of an action to be taken when an element of the RadGridView loses focus.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public enum ActionOnLostFocus
CancelEdit
When the focus of a field in edit mode is lost, its edit mode will be canceled.
CommitEdit
When the focus of a field in edit mode is lost, its contents will be validated.
None
When the focus of an element is lost, no specific action will be taken.