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