RadControls for WPF

Specifies the criteria for activating a cell editor.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2012.2.912.40 (2012.2.0912.40)

Syntax

C#
public enum EditorActivationMode
Visual Basic
Public Enumeration EditorActivationMode

Members

Member nameValueDescription
Always0 the Cell always shows the editor
CurrentRecord1 Editor will show up on selection of the parent row, and will dissapear on deselection
CurrentCell2 Editor will appear on selection of the cell and will disappear on deselection
OnDemand3 Editor will appear only when ActivateEditor() method is called and will hide on DeActivateEditor()

See Also