3.2.0

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
August 28,
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)
August 31,

This topic is archived.

See also:


Back to support forum