var instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: string value = instance.dataType;
var dataType : string;
Column data type. Defines the rules, according to which column value will be formatted, defines editors types and allowed filter operators. Does not change the type of source data, besides the case when data source is HTMLTable. Possible values are: "string", "number", "datetime", "currency" and "boolean".
var instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: string value = instance.dataType;
var dataType : string;
$("#element").wijgrid({ columns: [{ dataType: "string" }]});