3.2.0

How can I get index of highlighted (mouseover) row?

How can I get index of highlighted (mouseover) row?
July 6,
obj.onRowMouseOver = function(event, index){
window.status = index;
}

http://www.activewidgets.com/aw.ui.grid/row-mouse-events.html

Alex (ActiveWidgets)
July 6,
Hi Alex.
I implemented rowSelectors as in http://www.activewidgets.com/javascript.forum.20005.4/top-selector.html

How I can pass number of highlighted row to function?

thanks
kaygees
July 6,
Thanks
kaygees
July 9,
Use index
November 20,

This topic is archived.

See also:


Back to support forum