ClassBaseGridEditor
Abstract class that represents basic logic for grid editor
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public abstract class BaseGridEditor : BaseInputEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseGridEditor
Derived Classes:
Implements:
Inherited Members
Constructors
BaseGridEditor()
Declaration
protected BaseGridEditor()
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 or sets a value indicating that the editor should close when grid loses focus.
Declaration
public virtual bool EndEditOnLostFocus { get; set; }
Property Value
Methods
Initialize(object, object)
Initializes the editor. Used internally in RadGridView.
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.