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

use HyperLink column to open web page in new window

3 Answers 661 Views
GridView
This is a migrated thread and some comments may be shown as answers.
ryan
Top achievements
Rank 1
ryan asked on 15 Sep 2010, 08:00 PM
Is it possible to have a hyperlink button in a RadGrid open up the web page in a new window instead of the current one?

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 16 Sep 2010, 07:22 AM
Hi,

 You can set TargetName="_new" to achieve this with GridViewHyperlinkColumn. If you have button in some cell template you can do the same:

<HyperlinkButton TargetName="_new" ... />

Regards,
Vlad
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
Margret
Top achievements
Rank 1
answered on 15 May 2013, 07:20 AM
I have an hyperlink column in radgrid.In that,i have to pop up a new window with the specified url and attributes.I have used Target="_new" and target="_blank".For that ,The window is opening in the next tab.How can i open it in the popup new window?
0
Yoan
Telerik team
answered on 16 May 2013, 03:00 PM
Hi Margret,

Thank you for writing to us.

Unfortunately, we did not manage to reproduce the issue. Please, take a look at the attached project in case we've missed something important. 

In order to make a deep investigation it will be of great help if you could send us a sample where the issue can be observed.

Looking forward to your reply.


Kind regards,
Yoan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
ryan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Margret
Top achievements
Rank 1
Yoan
Telerik team
Share this question
or