fires on moving the mouse pointer over a grid cell
row | object | an object with a row configuration |
column | object | an object with a column configuration |
e | Event | a native event object |
pivot.grid.events.on("CellMouseOver", function(row,column,e){
// your logic here
});