/// <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); }
/// <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; }