This question is locked. New answers and comments are not allowed.
I am having a problem where I have a MVC razor layout that has a Telerik MVC Panelbar on it. Everything works fine until I add a RenderPage() above the panel bar in my <header></header> tag for the purpose of using a shared header navigation. When I add this in, the PanelBar simply doesn't render any html and no errors occur. If I take the RenderPage and put it below the panelbar code in the same layout file, everything works fine. If I take the panelbar code and put it in a different cshtml file and call RenderPage to pull it back in to the layout, it works fine.There seems to be some sort of bug going on here. I am using Telerik.Web.Mvc version 2011.3.1306.340