UpdatePanel problem

  1. #1

    UpdatePanel problem

    With the 0.5.4 version, I have the following problem, when nesting UpdatePanels:

    <asp:UpdatePanel ID="UpdatePanel_AroundWindow" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="true">
    ** *<ContentTemplate>
    ** * * *<ext:Window ID="Window1" runat="server" Collapsible="true" Icon="Application"*
    ** * * *Title="Title" Height="200px" Width="800px" CloseAction="Hide"*
    ** * * *Show&#111;nload="False">
    ** * * * * *<Content>
    ** * * * * * * *<asp:UpdatePanel ID="UpdatePanel_WindowContent" runat="server" UpdateMode="Conditional" ChildrenAsTriggers="true">
    ** * * * * * * * * *<ContentTemplate>
    
    ** * * * * * * * * * * *<asp:GridView ID="GridView1" runat="server" AllowPaging="True"*PageSize="5" />
    ** * * * * * * * * * * *<asp:Button ID="Button1" runat="server" Text="Button" /><asp:Label ID="Label1" runat="server"/>
    
    ** * * * * * * * * *</ContentTemplate>
    ** * * * * * * *</asp:UpdatePanel>
    ** * * * * *</Content>
    ** * * *</ext:Window>
    ** *</ContentTemplate>
    </asp:UpdatePanel>

    When I call*UpdatePanel_Aroundwindow.Update() server-side, it works, but after doing so clicks on GridView's pager or the Button1 result in a javascript error:*Microsoft JScript runtime error: 'Ext.fly(...)' is null or not an object.


    Is UpdatePanel nesting a "don't try this at home" thing? The above scenario does not illustrate my use-cases: UpdatePanel around ext:Window or ext:Tabpanel is meant to update Window's title, create/hide/modify Tabs (in other words, to update the container properties), while the internal is to update the content. Am I taking an erroneous approach or is this a known issue with 0.5.4?


    Thank you!
  2. #2

    RE: UpdatePanel problem

    bump
  3. #3

    RE: UpdatePanel problem



    See the following thread, http://forums.ext.net/showthread.php?postid=2227.aspx

    Hope this helps.
    Geoffrey McGill
    Founder

Similar Threads

  1. Multiselect causing problem in Updatepanel
    By rajputamit in forum 1.x Help
    Replies: 0
    Last Post: Nov 25, 2010, 4:35 AM
  2. UpdatePanel bug
    By SouthDeveloper in forum 1.x Help
    Replies: 1
    Last Post: Oct 23, 2009, 4:18 PM
  3. UpdatePanel and coolite control problem
    By omeriko9 in forum 1.x Help
    Replies: 10
    Last Post: Jun 02, 2009, 7:00 AM
  4. UpdatePanel
    By Timothy in forum Bugs
    Replies: 2
    Last Post: Mar 03, 2009, 8:48 AM
  5. Problem with .Net UpdatePanel
    By LeeTheGreek in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 11, 2009, 7:14 PM

Posting Permissions