PopupEditorState
Enum
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.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public enum PopupEditorState
Fields
A complete match of the user input is found in the data and displayed in the text editor of the control.
C#
Filtering = 2
The Popup editor is ready for user input.
C#
Ready = 0
The user selects the next item in the control by double clicking on the text editor.
C#
Rotating = 3
The user selects an item from the popup of the editor.
C#
Selecting = 4
The user types in the text editor of the control.
C#
Typing = 1