コード例 #1
0
ファイル: Column.cs プロジェクト: zhangqiang90/MvcJqGrid
 /// <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);
 }
コード例 #2
0
ファイル: Column.cs プロジェクト: brncesar/MvcJqGrid
 /// <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;
 }