Ext.Net.ColumnModel.SetEditor C# (CSharp) Method

SetEditor() private method

private SetEditor ( int columnIndex, Field editor ) : void
columnIndex int
editor Field
return void
        public virtual void SetEditor(int columnIndex, Field editor)
        {
            this.CallColumnModel("setEditor", columnIndex, new JRawValue(editor.ToConfig(LazyMode.Instance)));
        }

Same methods

ColumnModel::SetEditor ( int columnIndex, Field editor, GridEditorOptions options ) : void