Browse By Tags

  • UltraWebMenu Subitems blurred in IE

    Hi,

    i'm using UltraWebMenu, but in IE subitems are blurred.

    Attached you can find a page sample and an image with the problem.

    The problem is more clear when i zoom content of the page with the browser.

    Thanks

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

  • UltraWebMenu - Style of items changes when "mouseover" but does not change back

    Hello,

    We are using UltraWebMenu for a main menu. When I place a mousecursor on an item in the menu the item changes style. If the item is not selected and mouse cursor leaves then the menu changes the style back (basically the item is selected when cursor…

  • Ultrawebmenu - Google Chrome

    Is the ultrawebmenu not compatible with Google Chrome?  In Google Chrome the submenus just flash and then disappear.  Running version

    11.1.20111.2064

  • UltraWebMenu Styling change from 20111.1006 to 2.064

    Our menu has been running fine for ever (ish),and when I upgraded to .2064, the overall look is different (Hover on main menu items smaller and no border) and dropdowns have background style images duplicated and mixed up.

    I can change the web.config…

  • UltraWebMenu DataBind() throwing error - Column does not belong to table

    Hi,

    I've a VS 2003 project which is using Infragistics 2005 vol 2. I upgraded the project to VS 2010 (CLR 4) and Infragistics to 2011 Vol 1 (with hotfix).
    I've a helper method as given below:
    ***
    public static void LoadMenu(Infragistics…

  • UltraWebMenu IE6 bug

    Hello,

    In order to meet my client request i had to emulate the css propriety "postion:fixed" for IE6 using "position: absolute" with javascript to recalculate the position depending of the scrolling of the user. And it worked fine…

  • 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 no compability with Mozilla Firefox 4.0 Beta

    <ig:ultrawebmenu id="UltraWebMenu1" runat="server" Height="29px" TargetFrame="eContent"

                                                    Width="100%"  Font-Size="12px" FocusOnHover="false"

                            

  • Difference between UltraWebMenu, WebDataMenu and WebNavBar?

    Hi,

    My company just purchased a license for the latest version of NetAdvantage for ASP.NET, upgrading us from 2007 Vol.3 to 2010 vol. 3. I had previously built a top level horizontal UltraWebMenu that worked very well for us up until we discovered some…

  • Ultrawebmenu Submenu item display

    Using NetAdvantage 9.2 UltraWebMenu. When using flyout menu with long item names sometimes the menuitem adjusts and shows properly to fit user screen and sometimes it shows cutoff and does not adjust to fit the screen. See attached. Red arrow points to…

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

  • Highlight active (selected) menu

    Hi,

    Is there any way to set CSS style to menuitem which is selected?

    I found only TopSelectedSyle property of my UltraWebGrid object, which is read-only and always empty.

    I'm using 2-level menu and my goal is to have highlighted base node of each group…

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

  • setEnabled(True) - Submenu will not re-enable itself

    I have v2004

    if(button == 2){
        var itemRedShirts = getItemFromTag("RedShirts", items);

           if {ShirtColor== 'Red'){
                 if (itemRedShirts !=null)itemRedShirts .setEnabled(false);
           }else{
                if (itemRedShirts !=null)itemRedShirts .setEnabled…

  • 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

  • Webdatamenu not showing on correct position

    I'm having an ultrawebgrid and an ultrawebmenu on my form. The webmenu is configured as an popup menu and does have one option 'Delete'

    I did set up everything according to the samples, but when I click right mouse button on my grid, the…

  • Remove Message "More Options Available"

    Hi to all,

    I'm sure somebody can help me.

    I have this version of Infragistics. v8.3

    I have a 3 Levels WebMenu that i'm using in a web page (root-Child-GrandChild)

    At every 2nd. level  a message after menu text appears as follow  "More…

  • UltraWebMenu popup menu interacting with UltraTree

     Hi,

     

    Im trying to get a context menu working with a tree node, when you right click i need to get the click on node details on the server side. im able to get the UltraWebMenu selected item so i can tell when menu was selected but im unable to get the node…

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

  • Webmenu + Drilldown +WebHierarchicalDataSource

    I am trying to use the ultrawebmenu with a WebHierarchialDataSource in this case 2 SqlDataSource objects (Parent-Child)  Has anyone attempted this and if so could they provide an example?  The type of Menu I want is the drill down version.

  • TargetURL and Javascript Bug

    We recently upgraded from version 7.3 to 8.2.  We made no changes to our menu logic, but our menu is broken.  Has anyone else seen this situation?

    We set various menu items using the TargetUrl property.  Our logic is very similar to the link below.  Our…