Wijmo UI for the Web
imeMode Field
wijmo.grid Namespace > IC1FieldOptions Interface : imeMode Field

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.

Syntax
var instance; // Type: wijmo.grid.IC1FieldOptions;
var value; // Type: string
value = instance.imeMode;
var imeMode : string;
Example
$("#element").wijgrid({ columns: [{ imeMode: "auto" }]});
See Also

Reference

IC1FieldOptions Interface