var instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: string value = instance.imeMode;
var imeMode : string;
Controls the state of the input method editor for text fields. Possible values are: "auto", "active", "inactive", "disabled". Please refer to https://developer.mozilla.org/en-US/docs/Web/CSS/ime-mode for more info.
var instance; // Type: wijmo.grid.IC1FieldOptions; var value; // Type: string value = instance.imeMode;
var imeMode : string;
$("#element").wijgrid({ columns: [{ imeMode: "auto" }]});