id_datagrid.addEventListener(ListEvent.ITEM_ROLL_OVER, function(e:ListEvent):void { // вывести индекс наведенной строки trace(e.rowIndex); });