3.2.0

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!!!
June 11,
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)
June 12,

This topic is archived.

See also:


Back to support forum