I have a GridHyperLink Column that I need to open the link in a new window.
I am using the following asp.net code
It opens in the current window, rather than opening a new window.
How can this be accomplished?
Thanks
I am using the following asp.net code
| <telerik:GridHyperLinkColumn DataNavigateUrlFields="JobFile" DataTextField="JobTitle" |
| HeaderText="Job Title" UniqueName="JobFileHyperLink" Target="_blank"> |
| </telerik:GridHyperLinkColumn> |
It opens in the current window, rather than opening a new window.
How can this be accomplished?
Thanks