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