Cutom Panel Bar not working after upgrade

Posted by Community Admin on 04-Aug-2018 14:08

Cutom Panel Bar not working after upgrade

All Replies

Posted by Community Admin on 07-Jul-2011 00:00

Hi all
I've created a week ago a simple custom panel bar for a sitefinity project.
Here's the code

<%@ Control Language="C#" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
  
<telerik:RadTabStrip ID="RadPanelbarNav" runat="server" Visible="false"/>
  
<telerik:RadPanelBar runat="server" ID="panelBar" DataSourceID="SiteMapDataSource" Skin="Sitefinity" expandmode="SingleExpandedItem">
</telerik:RadPanelBar>
    
<asp:SiteMapDataSource runat="server" ID="SiteMapDataSource" StartingNodeOffset="1" StartFromCurrentNode="false" ShowStartingNode="false"/>


today we upgraded the project to the latest sitefinity version.

well... without changing any lines of code the panel bar is not working anymore.
If i put starting node offset to 0 i can see the sitemap if i put starting node offset to 1 I can't see anything.

Please reply asap.

Thanks,
Mattia

Posted by Community Admin on 08-Jul-2011 00:00

Any news?

Posted by Community Admin on 08-Jul-2011 00:00

Hello,
Why startingNodeOffset is not working with the latest release of Sitefinity?

Thanks,
Mattia

Posted by Community Admin on 11-Jul-2011 00:00

Hi Mattia,

Please refer to the following this forum thread, there's an active discussion going on concerning the  problem, as well as several offered solutions. I hope you find this information useful.

All the best,
Stanislav Velikov
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed