Basically I have WebHtmlEditor and WebCurrenty Editor in a usercontrol which for testing i called "ctlEditOffer", that control is hidden by default:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" />
<uc1:ctlEditOffer ID="ctlEditOffer1" runat="server" Visible="false" />
</ContentTemplate>
On the code behind for Button1 is the following code:
When Button1 is clicked, it correctly shows the control with the Infragistics editors, along with a javascript error "Object Expected"
so basically you cannot do anything with the infracontrols.
What I think its happening is not loading the javascript files required for the controls if there are in a UpdatePanel, any ideas?
Thanks
Hello,
I am trying to reproduce the issue, unfortunately to no avail. Please find the attached project sample below. What am I missing in my sample? Could you please send a little bit more additional information .
Thanks.