3.2.0

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,
Why don't you just call the function explicitly?
Alex (ActiveWidgets)
November 25,

This topic is archived.

See also:


Back to support forum