wijmo.grid.wijgrid Namespace > options type : currentCellChanging Event |
Javascript (Usage) | |
---|---|
$(function () { // Set currentCellChanging event handler function $(".selector").wijgrid({ currentCellChanging : function (e, args) { } }); }); |
Javascript (Specification) | |
---|---|
currentCellChanging = function ( e : Object, args : ICurrentCellChangingEventArgs ) { }; |