Browse By Tags

  • 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…

  • 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…

  • 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…

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

    I have run your sample (Website9.ZIP).

    Please note that your test proj only has 2 levels of menu-ing.

    Your test does NOT replicate my situation in that you only have 2 levels of menu-ing: "Top Item" and "Sub Menu Item".

    To test…

  • 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…

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

    Please note that your test proj only has 2 levels of menu-ing.

    Your test does NOT replicate my situation in that you only have 2 levels of menu-ing: "Top Item" and "Sub Menu Item".

    To test my situation YOU MUST HAVE A 3rd LEVEL…

  • 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…

  • 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

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

    It must have something to do with the involvement of a MasterPage.

    In 20814  [Infragistics] Ivan Baev hasn't quite gone deep enough in menu-ing (3 levels) in his test app to exhibit the problem.

    (If javascript is the only workaround any script…

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

    Yes . . . I have been playing with the javascript from https://www.infragistics.com/community/forums/f/ultimate-ui-for-wpf/41895/mouse-right-click-selection#41895

    Perhaps it makes a diffference that the UltraMenuBar is on a Master Page (Inherits System…

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

    It must have something to do with the involvement of a MasterPage.

    In 20814  [Infragistics] Ivan Baev hasn't quite gone deep enough in menu-ing (3 levels) in his test app to exhibit the problem.

    (If javascript is the only workaround any script that…

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

    Yes (as I in 20749 "see also" to 20814) they are for the most part the same  . . . .

    but the 20749 thread went silent so I started another once

    I concluded it must have something to do with the involvement of a MasterPage.

    In 20814  [Infragistics…

  • 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…

  • 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…

  • 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??

  • 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>…

  • 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.