Hi ,

Listen to the itemRollOver event instead of mouseOver and the event
object has a rowIndex property

private function onItemRollOver(event:ListEvent):void
{
     var rowIndex:int = event.rowIndex;
}

Regards

Subeesh

On Jan 8, 12:04 pm, DAM <[email protected]> wrote:
> HI,
>     I need rowIndex of datagrid in a function which is being called on
> mouseOverEvent.
> I tried mouseEvent.target.listData.rowIndex but sometimes It throw
> error.
> I was surprised why Its behavior is not consistent ?
> Does anybody any other ways to get rowIndex from MouseEvent
>
> Regards,
> Dharmendra
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to