3.2.0

MouseOver event


row.setEvent("onmouseover", "mouseover(this, 'active-row-highlight')");
row.setEvent("onmouseout", "mouseout(this, 'active-row-highlight')");
obj.onRowMouseOver = function(event, rowIndex){
alert('this is test');
alert(this.getRowPosition(rowIndex));
};


I am unable to get the alert using onRowMouseOver, is there any alternative ?
Ankur
February 9,

This topic is archived.

See also:


Back to support forum