fires on moving the mouse pointer over a grid header cell
pivot.grid.events.on("HeaderCellMouseDown", function(column,e){ // your logic here });
Related sample: Grid events