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