fires on click on a grid cell
pivot.grid.events.on("CellClick", function(row,column,e){ // your logic here });
Related sample: Grid events