RadCalculatorEditor
Class
Represents a calculator editor in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class RadCalculatorEditor : BaseGridEditor, IInputEditor, IValueEditor, ISupportInitialize
Inheritance: objectBaseInputEditorBaseGridEditorRadCalculatorEditor
Implements:
Inherited Members
Constructors
C#
public RadCalculatorEditor()
Properties
Methods
Begins the edit operation.
C#
public override void BeginEdit()
Overrides:
Creates a new editor element.
C#
protected override RadElement CreateEditorElement()
a RadElement if successful
Overrides:
Translates system key down events to the owner element.
Handles key up events in the editor.
C#
public virtual void OnKeyUp(KeyEventArgs e)
A System.Windows.Forms.KeyEventArgs that contains the event data.