:: Forum >> Version 2 >>

onRowClicked() rationale

More information on this topic is available in the documentation section: /aw.ui.grid/row-mouse-events.html.

Hi all,

in http://www.activewidgets.com/aw.ui.grid/row-mouse-events.html#example ...

// write grid to the page
    
document.write(obj);

    
obj.onRowClicked = function(eventrowIndex){
        
alert(this.getRowPosition(rowIndex));
    } 
Is it important that obj.onRowClicked is defined after grid is written to the page ?

If so, why ?
zenbuyer
Monday, December 1, 2008
No. Note that the "show me" examples are editable, so you could easily test this for yourself on the example page.
Anthony
Tuesday, December 2, 2008
Fine, thanks
Still didn't know that after 2.5 year using AW grid !
Cheers
zenbuyer
Wednesday, December 10, 2008



This topic is archived.

Back to /aw.ui.grid/row-mouse-events.html

Documentation:

Forum search