:: Forum >>

Double Click Event (GRID)

Does the GRID have a double-click event? I'm unable to find one in the document.
Petesakes
Friday, October 19, 2007
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)
Friday, October 19, 2007

This topic is archived.


Back to support forum

Forum search