var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: string value = instance.editingInitOption;
var editingInitOption : string;
Determines an action to bring a cell in the editing mode when the editingMode option is set to "cell". Possible values are: "click", "doubleClick", "auto".
var instance; // Type: wijmo.grid.IWijgridOptions; var value; // Type: string value = instance.editingInitOption;
var editingInitOption : string;
$("#element").wijgrid({ editingInitOption: "auto" });