Hi, i'm fairly new to Flex 3 so apologies if this is a 'basic question.
My set up is as follows...
I have a main page with a datagrid. When you click on a row in the datagrid a tabbed Page component is opened which should show more data (from an xml). I pass the selectedItem Id
But the function that retrieves the data is on the myDetails.mxml component.
How do I execute this function from the datagrid page so the related details are shown each time.
It's a classic 'row and details' set up.
many Thanks