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
255
WebDropDown and Ultrawebmenu
posted

I am building an app with master pages and content pages. After adding a WebDropDown to a contentpage the style of my ultrawebmenu changes when I naviagte to the content page with the webdropdown. The font, size, background color etc all changes.

Parents
  • 45049
    Suggested Answer
    posted

    By adding a WebDropDown control (from our ASP.NET AJAX controls), you've turned on Application Styling on your webpage.  There are two solutions:

    • Use Application Styling on all pages of your application.
    • Turn off Application Styling for your WebMenu control, by setting its EnableAppStyling property to False (Infragistics.WebUI.Shared.DefaultableBoolean.False).
Reply Children
No Data