Represents a basic class for an editor in RadVirtualGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public abstract class BaseVirtualGridEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseVirtualGridEditor
Derived Classes:
Implements:
Inherited Members
Constructors
protected BaseVirtualGridEditor()
Properties
Gets a value indicating whether the cell should clear its text when adding an editor.
public virtual bool ClearCellText { get; }
Gets a value indicating that the editor should close when grid loses focus.
public virtual bool EndEditOnLostFocus { get; }
Methods
Initializes the editor. Used internally in RadVirtualGrid.
public override void Initialize(object owner, object value)
The VirtualGridCellElement that will host this editor.
valueobjectThe initial value of the editor.
Overrides:
Translates system key down events to the owner element.
public virtual void OnKeyDown(KeyEventArgs keyEventArgs)
A System.Windows.Forms.KeyEventArgs that contains the event data.
Translates mouse wheel events to the owner element.
public virtual void OnMouseWheel(MouseEventArgs mouseEventArgs)
A System.Windows.Forms.MouseEventArgs that contains the event data.
Fires the ValueChanged event.
public override void OnValueChanged()
Overrides:
Fires the ValueChanging event.
public override void OnValueChanging(ValueChangingEventArgs e)
A ValueChangingEventArgs that contains the event data.
Overrides:
Validates the value currently entered in the editor.