This question is locked. New answers and comments are not allowed.
Hi,
I have tried the to create a column in a RadGridView (silverlight) where you can click on a row to navigate to the details screen for that row as follows:
<telerik:GridViewDynamicHyperlinkColumn DataMemberBinding="{Binding myDataField}"
TargetName="ContentFrame"
NavigateUrlMemberPaths="myDataField"
NavigateUrlFormatString="/Details_Screen/{0}"/>
When I click the column, a new IE window pops up with URL: http://localhost:54462/Details_Screen/ and an error message:
I have tried the to create a column in a RadGridView (silverlight) where you can click on a row to navigate to the details screen for that row as follows:
<telerik:GridViewDynamicHyperlinkColumn DataMemberBinding="{Binding myDataField}"
TargetName="ContentFrame"
NavigateUrlMemberPaths="myDataField"
NavigateUrlFormatString="/Details_Screen/{0}"/>
When I click the column, a new IE window pops up with URL: http://localhost:54462/Details_Screen/ and an error message:
Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404.
What am I doing wrong? I don't want a new IE window and there seems to be something incorrect with the navigation becuase as this is silverlight the URL should not change.
TIA
ec :-)