Browse By Tags

  • Setting the HoverItemStyle Dynamically

    I just upgraded to 9.2 from 6.3

    Before upgrading I dynamically added Items to the menu and the <HoverItemStyle> attributes I set in my .aspx file worked fine.  Now they only work for the static items which I have in .aspx file.  How can I set that…

  • UltraWebMenu submenu hover problem

    I have a web menu with a submenu. When I hover over the menu item that has the submenu the submenu hides behind the main menu. How to make the submenu appear over the main menu? Below is the code for the Webmenu I have:

           <igx:UltraWebMenuEx id="contextMenu…

  • Context menu - open link in new tab

    Hi,

    I'm using UltraWebMenu in my project.

    I'd like to be able open menu items in new browser tab/window. When I use the middle mouse button, item opens in the same window.

    When I try to use right-click context menu -> Open link in new tab/window…

  • Items appears Up and not Down

    Hello Everybody,

    I have upgraded my full project and now my utrawebMenu is like this :

     Infragistics35.WebUI.UltraWebNavigator.v9.1

    So, the problem is that the sub-menus appears, now, up from the general menu

    I would like, like before my upgrade,…

  • WebMenu-Child Wrapping Text

    Hello!

    We're using NetAdvantage 2006 vol. 2. The only problem we have is, child menu points are wrapping the text on IE7. On IE6 they appear correct. Do you know how to avoid text wrapping on IE7 in the child menu points?

    Thank you very much for your…

  • Sub Menu Issue

    Hi

    I've created a sample AJAX Enabled WebSite using the WebMenu control that is populated from an XML data source (see attachment).

    How do I make the sub-menus open completely under the main menus not above and below?

    So far the only way I could…

  • Load image from SQL

    I am building menu dynamically from SQL table that has 2 fields: description and image.
    Do I have to create and save image file from SQL in order to use in menu?.
    How can I use image directly from the SQL?

    Thanks

  • Infragistic Web Menu 2009

    Hi,

     I just loading a dynamic menu from the infragistic webmenu control through coding.
    In this i have a Question to ask.
    Is there anyway where we can open a menu with a new window from right click on a targeted menu url.
    (e.g. Shift + click --> opens any…

  • How to always expand submenu to right side or left side?

    Dear Sir,

                   I use UltraWebMenu to design my web menu , I have 3 level submenu to be expanded.

    How can I expand my submenu always in right side or left side ?

    I found that if my system install on Win 2003 Server, my submenu will expand randomly.

    When…

  • How to fit the UltraWebMenu into a fixed size (Height)

    I would like to know the Tips & Tricks to fit a menu in a fixed height/background. I have a style developed using div and css. I want to fit the Ultraweb menu inside it. I could not able to achieve.  Need expertise help / tips to do.

  • UltraWebMenu - Align image on right hand side of the menu item.

    I need top level menu items to have an image on the right hand side of the text.

     

    I tried to add it like so:

    WebMenu1.Images.TopLevelItemImage.Url = "/images/my_image.gif";

     

    This adds image to the left of menu text. What is a way to…

  • Separator in Horizontal Ultrawebmenu

    hi... In Horizontal Ultrawebmenu - when i give separator is true, it hides the menu item & separator is not shows.. how to solve it... reply asap
  • Alignment of webmenu items

    The quick question I have is that I have used a css style sheet but cannot get the webmenu items to align to the left versus in the center. Can someone please help me out here?

  • Re: UltraWebMenu

     

    this is what i given for target.

    wbmnuProllenium.Items(1).Items.Add(

    "Purchasing").TargetUrl =

    "Purchase.aspx"

     I am getting error in like this

    Error: this.__igmenu_navigateUrl is not a function
    Source File: http://localhost…