wijmo.grid.wijgrid Namespace > options type : editingInitOption Option |
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) | |
---|---|
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijgrid("option", "editingInitOption"); // Set value var newValue; // Type: string $(".selector").wijgrid("option", "editingInitOption", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({ editingInitOption: "auto" });