コード例 #1
0
 /// <summary>
 /// Defines in what format to expect the data that fills the grid
 /// </summary>
 public GridSettings SetDataType(GridDataType dataType)
 {
     properties.Add("datatype", dataType.ToString().ToLower());
     return(this);
 }
コード例 #2
0
ファイル: GridSettings.cs プロジェクト: JeyKip/MvcGrid
 /// <summary>
 /// Defines in what format to expect the data that fills the grid
 /// </summary>
 public GridSettings SetDataType(GridDataType dataType)
 {
     properties.Add("datatype", dataType.ToString().ToLower());
     return this;
 }