$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijgrid("option", "editingMode");
// Set value
var newValue; // Type: string
$(".selector").wijgrid("option", "editingMode", newValue);
});
Possible values are:
"none": the editing ability is disabled.
"cell": a single cell can be edited via a double click.
"row": a whole row can be edited via a command column.