BaseGridEditor
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
protected BaseGridEditor()
Properties
Gets a value indicating whether the cell should clear its text when adding an editor.
public virtual bool ClearCellText { get; }
Gets or sets a value indicating that the editor should close when grid loses focus.
public virtual bool EndEditOnLostFocus { get; set; }
Methods
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.