var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: any value = instance.columnResized;
var columnResized : any;
The columnResized event handler is called when a user has changed a column's size.
var instance; // Type: wijmo.grid.IDetailSettings; var value; // Type: any value = instance.columnResized;
var columnResized : any;
// Supply a callback function to handle the columnGrouped event: $("#element").wijgrid({ columnResized: function (e, args) { alert("The '" + args.column.headerText + "' has been resized"); } });