var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: any value = instance.columnGrouped;
var columnGrouped : any;
The columnGrouped event handler is a function that is called when a column has been dropped into the group area.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: any value = instance.columnGrouped;
var columnGrouped : any;
// Supply a callback function to handle the columnGrouped event: $("#element").wijgrid({ columnGrouped: function (e, args) { alert("The '" + args.drag.headerText "' column has been grouped"); } });