jQuery.wijmo Namespace > wijgrid type : beginEdit Method |
Javascript (Usage) | |
---|---|
var instance = new jQuery.wijmo.wijgrid(); var value; // Type: bool value = instance.beginEdit(); |
Javascript (Specification) | |
---|---|
|
$("#element").wijgrid({} editingMode: "cell", currentCellChanged: function (e, args) { if ($(e.target).wijgrid("option", "isLoaded")) { window.setTimeout(function () { $(e.target).wijgrid("beginEdit"); }, 100); } } });