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
We ended up doing this in an itemrender that references the parent document. Basically, when clicked, the item renderer would evoke a function in the parent with a reference to itself.
At that point our parent document knew which cell was selected, and we did some manipulation to determine its x,y coordinates: