I recently upgraded to 2011 Volume 1 and now NONE of my WebDataMenu's work.
I added the new Upload control, but as soon as I add the script reference to ig.ui.min.js, it kills my WebDataMenu's.
When I click on a node on my main menu, I get:
Microsoft JScript runtime error: Object doesn't support this property or method on the line var level = item.get_level(); in __hideUpLevelItems: function(currentItem).
When I use the showAt method to bring up my context menu I get Microsoft JScript runtime error: Object doesn't support this property or method on the line item.__clearAnimation(false) in __hideItemElement: function(item).
Another stellar job of testing by Infragistics before realeasing a new version!!!
Back to 2010 Volume 3 for me. Then on to Telerik controls once out contract is over with IG.
Hi RBonser,
I have created a sample and have been able to reproduce this issue. I apologize for the inconvenience this has caused. It has been reported as bug 81857 and will be fixed for the next Service Release. I have a workaround that you can use until then however. You simply need to attach to the WebDataMenu client side initialize method and then change one thing.
<ClientEvents Initialize="menuInit" />
function menuInit(sender)
{
sender._visibleItems = new Object();
}
I used this code and it got it working for me. If you have any other issues, don't hesitate to ask.
regards,
David Young
Hi,
I am also facing this problem of ShowAt method not supported. I tried your workaround, but no success. I am unable to download the service release also. In a total fix!!