Flex Datagrid - how to obtain item for mouse x/y coordinates?
问题 my mission is to select an item in a DataGrid instance with nothing but the coordinates on screen. We are implementing right-click functionality in our Flash application, with the goal of being able to right-click a DG row, which would select that row plus show a popup window containing some context commands. I have managed to get the right click event into my Flex app with the help of this site. Further progress so far has been to obtain the DataGrid instance via var objects : Array = this