google chrome oncellclicked v2.5.3
Hi, does anyone know why the following does not work in chrome, but does for ie and ff?
This will display the selected row and column index.
obj.onCellClicked = function(event, col, row){
window.status = this.getCellText(col, row);
alert(col + ' ' + row);};
This will display the selected row and column index.
russ
November 4,