コード例 #1
0
ファイル: Column.cs プロジェクト: zhangqiang90/MvcJqGrid
 /// <summary>
 /// Sets the edit options for the column
 /// SetEditable(true) must be called for this to be respected.
 /// </summary>
 /// <param name="editOptions"></param>
 /// <returns></returns>
 public Column SetEditOptions(EditOptions editOptions)
 {
     _editOptions = editOptions;
     return(this);
 }
コード例 #2
0
ファイル: Column.cs プロジェクト: brncesar/MvcJqGrid
 /// <summary>
 /// Sets the edit options for the column
 /// SetEditable(true) must be called for this to be respected.
 /// </summary>
 /// <param name="editOptions"></param>
 /// <returns></returns>
 public Column SetEditOptions(EditOptions editOptions)
 {
     _editOptions = editOptions;
     return this;
 }