Hi I need to display the context menu on Advanced Hierarchical Grid based on the cell object it is moused over.
I am able to achieve with capturing the itemrenderer on item roll over and use that item renderer during the context menu event.... But i found a problem with this approach...if the height of my grid is set to 100% .....so let us suppose the grid shows 8 rows by default....but if i have only 2 rows of data.....the item roll over works only for that 2 rows.... so if i roll over to the empty rows the previously saved item renderer( saving the item renderer locally during item roll over) is being used....I tried to remove to the item renderer on item roll out....but its causing some other issue( if you roll the mouse over an item it dispatches both Roll_Over and Roll_Out events)..... Is there any other approach for this.....can we get the itemRenderer based on the X,Y position.? Please let me know.... -- Thanks Sandeep -- 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.

