3.2.0

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
December 1,
No. Note that the "show me" examples are editable, so you could easily test this for yourself on the example page.
Anthony
December 2,
Fine, thanks
Still didn't know that after 2.5 year using AW grid !
Cheers
zenbuyer
December 10,

This topic is archived.

See also:


Back to support forum