Finding x,y position of a datagrid / adavancedDataGrid row in Flex
- by zak kus
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