HelloI have a WebDataMenu in a UpadePanel like that <asp:UpdatePanel ID="UpdatePanel1" runat="server"><ContentTemplate> <ig:WebDataMenu runat="server" ID="ContextMenu" IsContextMenu="true" StyleSetName="Appletini" BorderWidth="1" BorderColor="#CCCCCC"><Items><ig:DataMenuItem Text="Nouveau" Key="Nouveau"/></Items></ig:WebDataMenu><asp:Button ID="Button1" runat="server" Text="Button" /></ContentTemplate></asp:UpdatePanel>
when I request the UpdatePanel I have the javascript error Microsoft BLOCKED SCRIPT Sys.InvalidOperationException: Two components with the same id 'ContextMenu' can't be added to the application.when i put the WebDataMenu out of the UpdatePanel it's work wellIs there an issue?
Thanks
Question for either of you ...
I'm having the same issue with v 10.2.20102.2040. Do you happen to know the status of this fix?
Thanks!
Hi,
it seems like a bug, I'll file an internal bug to track this issue. As a workaround set IsContextMenu to false. You can also contact developer support and file an official bug, which will be resolved quicker.
Hope this helps.