Finding x,y position of a datagrid / adavancedDataGrid row in Flex
Posted
by zak kus
on Stack Overflow
See other posts from Stack Overflow
or by zak kus
Published on 2010-02-27T00:34:27Z
Indexed on
2010/04/17
0:13 UTC
Read the original article
Hit count: 604
I have flex advancedDataGrid (could use dataGrid if that works better, though i like my meta-column headers), and i want to have a component popup on top of a selected row.
The problem is, i can figure out how to reference an actual rendered row of a datagrid (rather than an item of the dataprovider) in order to get its position on the screen.
Does anyone have any theories on how to access a "row" of a datagrid, or at least get its position?
Cheers
© Stack Overflow or respective owner