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