Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Menu > Menu component in aspx page
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered Menu component in aspx page

Feed from this thread
  • Zoltan avatar

    Posted on Mar 1, 2011 (permalink)

    Hello Telerik Team!

    I have a aproblem with telerik menu component. I made aspx web page and the page has button. If i click the button i roll up the dialog page. When the dialog page is active, the aspx page and the elements of this aspx page are inactive.
    The problem when the dialog page is active, the menu component on the aspx page is active, so it is in front of the dialog page.

    My question: How can i set that the menu cdomponent status is active/inactive when the dialog page is active?

    Thanks
    Zoltan Farkas

  • Posted on Mar 1, 2011 (permalink)

    Hi,

    You can control the positioning of RadControls by setting  z-index property. Since you want to show the Menu below the RadWindow, you need to set a lower z-index to the RadMenu or set a bigger z-index to the RadWindow.

    The KB Article shows an example:
    Show RadWindow above RadMenu.

    Hope that helps.
    Thanks,
    Shinu.

  • Zoltan avatar

    Posted on Mar 1, 2011 (permalink)

    Thank you. It's in good working.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Menu > Menu component in aspx page