onRowClicked() rationale
Hi all,
in http://www.activewidgets.com/aw.ui.grid/row-mouse-events.html#example ...
Is it important that obj.onRowClicked is defined after grid is written to the page ?
If so, why ?
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
December 1,