I have a datagrid in my Silverlight-3 application. When I select a row in the datagrid, I need to able to go to a new page which contains a dataform having a detailed view of that particular row. I dont want to use "RowDetailsTemplate" property in datagrid. I want to navigate to a new page which contains my dataform.
How can I achieve that?