:: Forum >>

onRowClicked() rationale

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(event, rowIndex){
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 support forum

Forum search