:: Forum >>
AW
ActiveWidgets 2.6.4 trial
obj.onRowDoubleClicked=function(event,row){alert('event: ' + event);} is not triggered for chrome (works in opera, IE 10, IE 12 & safari is fine ).
Anand
Friday, August 28, 2015
I cannot reproduce this. Working fine for me on Chrome 44.0.2403.157 m.
var obj = new AW.UI.Grid;
obj.setCellData(function(col, row){return col + "." + row});
obj.setHeaderText("header");
obj.setColumnCount(10);
obj.setRowCount(10);
obj.onRowDoubleClicked=function(event,row){alert('event: ' + event);}
document.write(obj);
Could it be related to specific row selection mode?
Alex (ActiveWidgets)
Monday, August 31, 2015
This topic is archived.
Back to support forum
Forum search