Enum PopupEditorState
This enumerator defines the states of a Popup Editor. This enumerator is used internally in a Popup Editor to differentiate between states and thus properly manage the user input.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum PopupEditorState
Filtering
A complete match of the user input is found in the data and displayed in the text editor of the control.
Ready
The Popup editor is ready for user input.
Rotating
The user selects the next item in the control by double clicking on the text editor.
Selecting
The user selects an item from the popup of the editor.
Typing
The user types in the text editor of the control.