3.2.0

onmouseover get column index

Hi
can anybody help me how to get column index when you place mouseover on a cell
Thanks
Neha
January 29,
obj.onCellMouseOver = function(event, col, row){
window.status = [col, row];
};
Alex (ActiveWidgets)
January 30,
Thanks
Neha
January 31,

This topic is archived.

See also:


Back to support forum