I have a data grid that shows a list of summary records. When I (double)click on a row I want to display an editable detail form that shows the selected record in detail and then hide the summary list. Can anyone point me to any existing sample code for this kind of navigation. I'm interested in seeing how the selected record id is passed from the summary datagrid to the detail view and how the appropriate wiring/events are handled. TIA,Patrick