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