simulate row click on a grid
i have a function that is attached to a rowclick event of a grid. i am looking for a function that would let me simulate the click of that row from a button. something like button.onlick = function() { gridrow.getcurrentrow.click(); }. i am not sure abt the exact function to do that.
jc
November 25,