ClassBaseVirtualGridEditor
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
BaseVirtualGridEditor()
Declaration
protected BaseVirtualGridEditor()
Properties
ClearCellText
Gets a value indicating whether the cell should clear its text when adding an editor.
DataType
Gets the type of the editor value
EndEditOnLostFocus
Gets a value indicating that the editor should close when grid loses focus.
Methods
Initialize(object, object)
Initializes the editor. Used internally in RadVirtualGrid.
Declaration
public override void Initialize(object owner, object value)
Parameters
owner
The VirtualGridCellElement that will host this editor.
value
The initial value of the editor.
Overrides
OnKeyDown(KeyEventArgs)
Translates system key down events to the owner element.
Declaration
public virtual void OnKeyDown(KeyEventArgs keyEventArgs)
Parameters
keyEventArgs
A System.Windows.Forms.KeyEventArgs that contains the event data.
OnMouseWheel(MouseEventArgs)
Translates mouse wheel events to the owner element.
Declaration
public virtual void OnMouseWheel(MouseEventArgs mouseEventArgs)
Parameters
mouseEventArgs
A System.Windows.Forms.MouseEventArgs that contains the event data.
OnValueChanged()
Fires the ValueChanged event.
Declaration
public override void OnValueChanged()
Overrides
OnValueChanging(ValueChangingEventArgs)
Fires the ValueChanging event.
Declaration
public override void OnValueChanging(ValueChangingEventArgs e)
Parameters
e
A ValueChangingEventArgs that contains the event data.
Overrides
Validate()
Validates the value currently entered in the editor.