jQuery.wijmo.wijgrid Namespace > options type : editingInitOption Field |
Default value: 'auto'
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".
Javascript (Usage) | |
---|---|
var value; // Type: string value = jQuery.wijmo.wijgrid.options.editingInitOption; |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ editingInitOption: "auto" });