Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
365
The Width for the Data Menu (v11.1) doesn't size correctly in IE 11 (work OK in other browsers)
posted

I'm using the web data menu. I replaced the previous data menu control as it was not compatible with Google Chrome. The issues with Chrome is now fixed, but the new WebDataMenu does not set the width correctly on the IE 11 browser. The width is empty in the properties/style sheet - so all other browser size to the content - which is working apart from IE when the menu is the entire length of the page !

Parents
No Data
Reply
  • 365
    Verified Answer
    posted

    I found this on post on another site. This resolved my issue.

    codecorner.galanter.net/

    WebDataMenu: Incorrect displaying after upgrade

    By Yuriy, 10/10/2011 8:55 AM

    This is the second post in saga titled Upgrading Infragistics Controls to a new version. Chances are that your WebDataMenu looks weird after upgrade to 2010+ version. In my case the menu had following options/features:

    • It was a context popup menu, called on right mouse click
    • Text of menu items was assigned dynamically at runtime in JavaScript Client code

    After upgrading NetAdvantage from version 2009.2 to 2011.1 strange things started to happen. Text of the menu items was cut short, submenues appeared at wrong places it looked like something from a Dali’s painting.
    Numerous experiments later I found out that the problem was with EnableScrolling property of the menu control. Setting it to False returned menu to realm of realism.

Children
No Data