jQuery.wijmo.wijgrid Namespace > options type : columnGrouped Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.columnGrouped = function(e, args) { }; |
Javascript (Specification) | |
---|---|
columnGrouped = function ( e : Object, args : IColumnGroupedEventArgs ) { }; |
// Supply a callback function to handle the columnGrouped event: $("#element").wijgrid({ columnGrouped: function (e, args) { alert("The '" + args.drag.headerText "' column has been grouped"); } });