3.2.0

Double Click Event (GRID)

Does the GRID have a double-click event? I'm unable to find one in the document.
Petesakes
October 19,
http://www.activewidgets.com/aw.ui.grid/cell-mouse-events.html
http://www.activewidgets.com/aw.ui.grid/row-mouse-events.html
http://www.activewidgets.com/aw.ui.grid/header-footer-mouse-events.html
http://www.activewidgets.com/aw.ui.grid/selector-mouse-events.html

obj.onCellDoubleClicked = function(event, column, row){
        alert(this.getCellText(column, row));
    }
Alex (ActiveWidgets)
October 19,

This topic is archived.

See also:


Back to support forum