/// <summary> /// Sets the columns edit form options /// SetEditable(true) must be called for this to be respected. /// </summary> /// <param name="editFormOptions"></param> /// <returns></returns> public Column SetEditFormOptions(EditFormOptions editFormOptions) { _editFormOptions = editFormOptions; return(this); }
/// <summary> /// Sets the columns edit form options /// SetEditable(true) must be called for this to be respected. /// </summary> /// <param name="editFormOptions"></param> /// <returns></returns> public Column SetEditFormOptions(EditFormOptions editFormOptions) { _editFormOptions = editFormOptions; return this; }