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…

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

  • Suggest Mode not behaving properly

    Hi,
    I have got an issue with the Infragestic WebCombo.
    Issue:

    I am trying to use Web Combo's in Suggest Mode to allow selection from fairly large datasets, this works well except for the following problem:

    When typing in the combo the dropdown…

  • Cancel DataBind Event

    Hi,

    I have a problem right now.  I want to cancel the databind event if page is postback. I looked the databind event for the web combo

     

     

     

    protected void cboItems_DataBinding(object sender, EventArgs e){ ...}

    e.Cancel is not available. e is type…

  • JSNext Bulgaria 2014–Event Recap

    On November 23 was held the first event focused on the cutting edge JavaScript technologies – JSNext Bulgaria 2014. JSnext  is the largest conference in Bulgaria for JavaScript technologies.

    What is JSNext Bulgaria

    • The very first conference in Bulgaria…
  • 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.

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

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

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

  • The Birth of the Web vNext

    I have seen the future and it’s in the clouds. The day I have been waiting for more than a decade has finally arrived. Yesterday at Mix 08 conference Microsoft rolled out its vision for the next web revolution. In a nutshell the vision centers on…
  • Visual Studio Tutorials (.com)

    One of our IG champs (unofficial term), Christopher Bishop, has put up a really snazzy independent community site called VisualStudioTutorials.com:

    VisualStudioTutorials.com Screen Shot

    It has a tutorials, code snippets, and forums, and he'd love to get more folks using Infragistics and…