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