Gets or sets whether end-users are allowed to invoke cell editors.
public virtual bool Editable { get; set; }
Overridable Public Property Editable As Boolean
When the Editable option is set to true it's still possible to prevent editors from being invoked for individual rows if required. Set a row's EditorRow.Enabled property to true to do this.