$(function () { var returnsValue; // Type: bool returnsValue = $(".selector").wijgrid("beginEdit"); });
function beginEdit() : bool;
$("#element").wijgrid({} editingMode: "cell", currentCellChanged: function (e, args) { if ($(e.target).wijgrid("option", "isLoaded")) { window.setTimeout(function () { $(e.target).wijgrid("beginEdit"); }, 100); } } });
wijgrid type wijgrid jQuery Widget
© 2013 All Rights Reserved.