[]
Specifies the behavior when the control loses focus while editing.
public enum GridLostFocusEditMode
Public Enum GridLostFocusEditMode
| Name | Description |
|---|---|
| CancelEdit | Ends editing and discards the changes. |
| CommitEdit | Ends editing and commits the changes. |
| KeepEditing | Keeps the control in editing mode even after losing focus. |