Hi,
in my webapplication I use a RadMenu that contains some RadMenuItems.
The code is the following:
<asp:Content ID="Content2" ContentPlaceHolderID="FolderContent" runat="Server"> <telerik:RadMenu RenderMode="Lightweight" ID="RadMenu1" Flow="Vertical" CssClass="mainMenu" runat="server" ShowToggleHandle="true"> <Items> <telerik:RadMenuItem Text="Leistungen" NavigateUrl="Views/Office/ServiceListView.aspx" /> <telerik:RadMenuItem Text="Warengruppen" NavigateUrl="" /> <telerik:RadMenuItem Text="Artikel" NavigateUrl="Views/Office/ArticleListView.aspx"></telerik:RadMenuItem>
When I click on MenuItem "Leistungen" the page ServiceListView.aspx in the folder Views/Office/ should be load in the MainContent and in the browser.
But it doesn't work.
I get the following error message:
System.Web.HttpException: "Vorangestellte .. können nicht zum Beenden auf oberster Verzeichnisebene verwendet werden."
How can I adjust the path without errors?
