jQuery.wijmo.c1field Namespace > options type : 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 value; // Type: string value = jQuery.wijmo.c1field.options.inputType; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ columns: [{ inputType: "text" }]});