Ejemplo n.º 1
0
 /// <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);
 }
Ejemplo n.º 2
0
 /// <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;
 }