UpdatePanel in ext:Panel

  1. #1

    UpdatePanel in ext:Panel

    I want to put updatePanel (actually i put asp:updatePanel) in ext:Panel, and it gives me the error: Type 'Ext.Net.Panel' does not have a public property named 'UpdatePanel'. What should i do?

    thanks.
  2. #2
    You have place it to Content area of Ext.Net.Panel
  3. #3

    It is indeed exist there

    This is the piece of code:


    <ext:Panel runat="Server" ID="rightPane" CssClass="right-pane" Scrolling="None">
                  
    
                   <asp:UpdatePanel ID="upnlRadMiddle" runat="server" UpdateMode="Conditional" RenderMode="Inline" >
                        <ContentTemplate>
                        
                                        <asp:UpdatePanel ID="UPnlGrids" runat="server" UpdateMode="Conditional" RenderMode="Inline">
                                            <ContentTemplate>     
                                       
                                                <asp:Button ID="Button1" runat="server" Text="Partial Postback 7777" />                                                           
                                                <uc1:ExtDocumentsGrid ID="ExtDocumentsGrid1" runat="server" />
                                                
                                            </ContentTemplate>
                                        </asp:UpdatePanel>
    
                          </ContentTemplate>
                    </asp:UpdatePanel>
          </ext:Panel>


    It doesn't let me put it in the ext:Panel.

    (BTY, there is a par tial postback in Ext at all?)


    thanks,

    Rach
    Last edited by geoffrey.mcgill; May 10, 2012 at 7:50 PM. Reason: please use [CODE] tags

Similar Threads

  1. ext:DateField in updatepanel
    By mady1380 in forum 1.x Help
    Replies: 0
    Last Post: Nov 18, 2010, 11:22 AM
  2. UpdatePanel
    By Timothy in forum Open Discussions
    Replies: 20
    Last Post: Feb 11, 2010, 10:23 AM
  3. UpdatePanel bug
    By SouthDeveloper in forum 1.x Help
    Replies: 1
    Last Post: Oct 23, 2009, 4:18 PM
  4. [CLOSED] Portal / Panel inside an Updatepanel
    By tansu in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 11, 2009, 2:12 AM
  5. UpdatePanel
    By Timothy in forum Bugs
    Replies: 2
    Last Post: Mar 03, 2009, 8:48 AM

Posting Permissions