Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3521
WebDataMenu with a relative URL
posted

I think that I am missing something.  I need to be able to specify a relative URL for the NavigateURL property in the WebDateMenu.  Could someone point out how to do that?  The designer is not fond of this:

<ig:WebDataMenu ID="WebDataMenu1" runat="server" StyleSetName="WestonBlue">
    <GroupSettings Orientation="Horizontal" />
    <Items>
        <ig:DataMenuItem Text="Administration">
            <Items>
                <ig:DataMenuItem Text="Expense Guidelines" NavigateUrl="~/Processing/TDD_Processing.aspx">
                </ig:DataMenuItem>
            </Items>
        </ig:DataMenuItem>

        </Items>
    </ig:WebDataMenu>