This is a migrated thread and some comments may be shown as answers.

Opening "Read More" hyperlink in same window

2 Answers 40 Views
CoverFlow
This is a migrated thread and some comments may be shown as answers.
Naren
Top achievements
Rank 1
Naren asked on 16 Oct 2010, 07:25 AM
Hi,
In your CoverFlow 'First Look' example there is a 'Read More' link which opens new link in new window......
I want to open the new Uri in same window .....
How can i do that ???
Which properties do i need to set????

Thanx in advance

2 Answers, 1 is accepted

Sort by
0
Accepted
George
Telerik team
answered on 18 Oct 2010, 10:54 AM
Hello Naren,

You can achieve this easily. Here are the steps:

  1. Open AlbumCover.xaml file.
  2. Find the HyperlinkButton control, located in the AlbumCover.xaml file. 
  3. Change the TargetName property from _blank to _self.

That's it. For more information about TargetName property of the HyperlinkButton, please refer to the following link - http://msdn.microsoft.com/en-us/library/system.windows.controls.hyperlinkbutton.targetname(v=VS.95).aspx

I hope this helps.


Greetings,
George
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Naren
Top achievements
Rank 1
answered on 18 Nov 2010, 07:54 AM
Thank you George .
That helped ...
Tags
CoverFlow
Asked by
Naren
Top achievements
Rank 1
Answers by
George
Telerik team
Naren
Top achievements
Rank 1
Share this question
or