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 to point back to some 2011.1006 DLL's and all is okay again.I went directly from .1006 to .2064, skipping .2020, and .2036, so not knowing when this happened.
Fiddler gives no errors on loading assets either.
We only support IE with our app, and IE 7-9 have the same issue.
Frustrated in calgary.
Hi James,
by default styles for the old controls like UltraWebTree are located in ig_common folder. Also you can put styles where you want just need to set StyleSetPath and StyleSetName properties.
Please check this out https://ko.infragistics.com/community/forums/f/retired-products-and-controls/54165/unable-to-user-localhost-ig_common-20103clr35-styles/280388#280388 It might help you
Hope this helps
Hi Hristo,
I did drop that in, to no avail, but I beleive the bigger issue is that I am using UltraWebMenu, and NOT WebDataMenu. The new AJAX based controls use the ig_res folder, and the older Classic controls seems to ignore this. In using Fiddler, I do not see any attempt to go to ig_res, nor is there any errors accessing any files.
This worked fine in .1006 and I used the standard Service Release patch file to upgrade, so I would have expected any changes to carry forward.
I did a diff on the .1006 source to the .2064 source for UltraWebMenu and there are many changes, which I beleive maybe causing the issue.
thanks,
james