IValueEditor
Interface
This interface supports the editor infrastructure of the RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IValueEditor
Derived Classes:
Properties
Methods
C#
void BeginEdit()
Events
Occurs when the editor is finished validating the value.
C#
event EventHandler Validated
Occurs when the editor is validating the value.
C#
event CancelEventHandler Validating
Occurs when internally the editor detects an error or when the Validating event fails.
C#
event ValidationErrorEventHandler ValidationError
Occurs when the value of the editor changes.
C#
event EventHandler ValueChanged
Occurs when the editor value is being changed. Cancelable event.
C#
event ValueChangingEventHandler ValueChanging