var instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: string value = instance.inputType;
var inputType : string;
Determines the type of html editor for filter and cells. Possible values are: "number", "date", "datetime", "datetime-local", "month", "time", "text".
var instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: string value = instance.inputType;
var inputType : string;
$("#element").wijgrid({ columns: [{ inputType: "text" }]});