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

open in new window for sharepoint

3 Answers 48 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 22 Jun 2009, 03:59 AM
I am using the RadPanelBar to replace the left side quick launch navigation in SharePoint. I am using the default left navigation datasource "QuickLaunchSiteMap". So when I create the links in SharePoint and select open in new window. The rad panel bar does not open in a new window. All link open in the same window regardless. Any help would be appreciated. 

below is what I have in my master page to replace the left navigation elements.

     <telerik:RadScriptManager ID="ScriptManager1" runat="server" />
     
     <telerik:RadPanelBar runat="server" ID="RadPanelBar1" DataSourceID="QuickLaunchSiteMap" Skin="Default" EnableEmbeddedSkins="false" ExpandMode="MultipleExpandedItems">
     </telerik:RadPanelBar>

thanks
-tom

3 Answers, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 22 Jun 2009, 02:03 PM
Hello Thomas,

You can easily achieve your goal by setting the Target property for the RadPanelItem to "_blank".

Greetings,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Thomas
Top achievements
Rank 1
answered on 22 Jun 2009, 02:15 PM
I'd like to maintain the ability to select what links open in a new window and which open in the same which through sharepoint. I need to somehow pass that information to the telerik control.

here is something similiar but using RadMenu
http://www.telerik.com/community/forums/aspnet-ajax/menu/open-in-new-window.aspx

-tom
0
Paul
Telerik team
answered on 22 Jun 2009, 02:24 PM
Hello Thomas,

The approach should be the same for the panelbar control. Give it a try and let us know if you have other questions and/or problems.

Kind regards,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
PanelBar
Asked by
Thomas
Top achievements
Rank 1
Answers by
Paul
Telerik team
Thomas
Top achievements
Rank 1
Share this question
or