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