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
536
Webpanel wrapped in Web Asynchronous Refresh Panel doesn't work in IE7
posted

 Hi, 

    I'm having  a Infragistics WebPanel wrapped inside a WARP. It works well with IE6 but Webpanel doesnt seem to work asnychronoulsy in IE7. I'm having 7.3 version of Infragistics. Is there any hotfix for this? Any help would be appreciated.

Thanks,

Kiran 

Parents
  • 24497
    posted

    Hi Kiran,

    There is probably something else in your application that breaks behavior. I tested following it is worked fine.

    <igmisc:WebAsyncRefreshPanel ID="WARP1" runat="server">

    <igmisc:WebPanel ID="WebPanel1" runat="server" BackColor="#C0FFC0">

    <Template>

    <asp:Button ID="Button2" runat="server" Text="Button" />

    <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>

    </Template>

    </igmisc:WebPanel>

    </igmisc:WebAsyncRefreshPanel>

Reply Children
No Data