fires on sorting a column by clicking on its header
pivot.grid.events.on("Sort", function(id){ console.log("The grid is sorted by the "+id+" column"); });
Related sample: Grid events