:: Forum >>
How to show cell text on onmouseover
Hi,I would like to know how to show in a div the text of a cell on onmouseover event.Thanks!!!
Monday, June 11, 2007
http://www.activewidgets.com/aw.ui.grid/cell-mouse-events.html
grid.onCellMouseOver = function(event, col, row){
div.innerHTML = this.getCellText(col, row);
}
Alex (ActiveWidgets)
Tuesday, June 12, 2007
This topic is archived.
Back to support forum
Forum search