Browse By Tags

  • Displaying Text under the image

    Hi @ all,

    Is it possible to show the item-related text under the image in a horizontal webmenu?

    like the Webmenu MSN explorer sample in the Samples_Page.

    in the sample the text is already in the image. Is there a property or css possibility to get this…

  • UltraWebMenu _MenuItemClicked does not get fired...

    I have 3 events for UltraWebMenu...

    UltraWebMenu_DataBound, UltraWebMenu_MenuItemBound ,UltraWebMenu _MenuItemClicked

    Out of the above three events, _MenuItemClicked does not get fired even after setting the AUTOPOSTBACK mode to TRUE in the designer…

  • ig-webmenu.js

    Hi, I would like to know how to force my web app to point to ig_webmenu.js that is in /ig_common/Scripts folder. Currently, the script file is compiled as WebResource dynamic file upon loading. I need it for debugging purpose.

    I'm able to point to uncompiled…

  • EnableViewState of WebDataMenu raise LoadViewState_Exception

    Once EnableViewState of WebDataMenu set to "true", any postback inside Content  of Master's ContentPlaceHolder will raise error : LoadViewState_Exception.

    However, I found that this error can prevent by set the EnableViewState to 'false', but…

  • UltraWebMenu / javascript Window.Open

    Hi,

    In my UltraWebMenu, how can I get the Default.aspx to load using client-side scripts when Sub1 submenu has been clicked.  Please see the attachment. The javascript Window.Open does not work for me.

    Thx

  • WebDialogWindow counteracts with the UltraWebMenu javascript functionality.

    Hi,

    When I click on the Default2 submenu, my UltraWebMenu1_ItemClick javascript on the MasterPage gives me an error message.  How can I overcome this?  Please see the attachment.

    Note: WebDialogWindow control is the cause of this problem. Aslo, in my attachment…

  • Ultra Web menu CSS Issue

    Am using the UltraWebmenu in a masterpage which works fine. But when i add a the web slider control to any of the content pages the CSS of the menu gets disturbed. Is there any way to resolve this issue??

  • UltraWebMenu

    I am Using Ultraweb menu in MasterPage. One i Check in FF, I am Getting Error Like this 

    this.__igmenu_navigateUrl is not a function.

    This Error shows in WebResources.asd.

     

    Can any one fix... Please I need a Solution. Its very urgent.

  • SubMenu not showing Properly (top instead of bottom) Version 2009 V1

    Why is the submenu showing up on the top instead of the bottom? and this if I place a <p>&nbsp;</p > otherwise I would not even see the submenu at all
    <form id="form1" runat="server">
        <div>
        <p>&nbsp;</p>…

  • How to detect which -sub -sub menu item was selected (UltraWebMenu).

     using UltraWebMenu . . . . I can set a break point in

    UltraWebMenu_MenuItemClicked and know what was clicked . . . . but only for
    top level and 1 level down menus . . .

    why doesn't UltraWebMenu_MenuItemClicked fire for

    -sub -sub (flyout) menu…

  • Align some menu items on left-hand side and some on right-hand side

    Hi,

    I have a WebMenu that has 8 top-level items. I want to left-justify 5 of them and then right-justify the remaining 3 items. I added the following tags to get all items to left-justify:

            this.UltraWebMenu1.Width = Unit.Percentage(100);
            this.UltraWebMenu1…

  • Flyout sub-menu not firing UltraWebMenu_MenuItemClicked on a MasterPage.

    I am using UltraWebMenu . . . .
    I can set a break point in UltraWebMenu_MenuItemClicked and know what was clicked . . . . but only for
    top level and 1 level down menus . . .

    why doesn't UltraWebMenu_MenuItemClicked fire for -sub -sub (flyout) menu…

  • UltraWebNavigator 6.3.20063.53 Not Working

     Upgrading a working .NET 1.1 app to CLR 2.0. The popup menus are built on fly server side:

    ui = new Infragistics.WebUI.UltraWebNavigator.Item();

    ui.Tag = "PreviousDay";

    ui.Text = "Previous day";

    UltraWebMenu.Items.Add(ui);

     

    This builds the…