I am developing a flex application which has a master detail pages. The master page has a list of items in a datagrid and when the user clicks on an item the tabnavigator child is switched to display the details. I am also using a link bar to navigate back to the master view. However when the user clicks on a different item the child page does not get refreshed.
What is the best way to refresh the child view when the user clicks on a datagrid item?