[CLOSED] Grouptabpanel in window prevents window from rendering

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Grouptabpanel in window prevents window from rendering

    Hi, window that contains group tab panel does not render at all.
    I have a window with the following code snippet

    
    <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<dynamic>" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    <ext:Window ID="winNewResultSet" runat="server" Title="Model.Title" AutoDataBind="true"
        Width="600" Height="500" Border="false" Closable="true" Draggable="true" Modal="true"
        CloseAction="Destroy" IDMode="Static" Resizable="false" Layout="FitLayout">
        <Items>
            <ext:GroupTabPanel ID="grouptabMainNewResultSet" runat="server"  Padding="3" Margins="5">
                <Items>
                    <ext:Panel runat="server" Title="Test 1">
                        <Items>
                            <ext:Panel Title="Hello world" runat="server"></ext:Panel>
                        </Items>
                    </ext:Panel>
                     <ext:Panel  runat="server" Title="Test 2">
                    
                    </ext:Panel>
                </Items>
                
                
            </ext:GroupTabPanel>
        </Items>    
    </ext:Window>
    when I replace the grouptabpanel with a normal panel, the window is rendered. But otherwise the window does not render. How can I make the grouptabpanel work in a window.
    Last edited by Daniil; Aug 28, 2012 at 2:29 PM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Loader with Html renderer and Window rendering
    By paulc in forum 2.x Legacy Premium Help
    Replies: 33
    Last Post: Jun 25, 2013, 7:43 AM
  2. [CLOSED] message box rendering behind the modal window
    By SymSure in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 10, 2012, 4:12 PM
  3. Replies: 1
    Last Post: Nov 11, 2011, 2:48 PM
  4. [CLOSED] ICONs are not rendering in popup window
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 28, 2011, 6:04 PM
  5. [CLOSED] [1.0] Desktop with Window containing GroupTabPanel
    By danielg in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Apr 15, 2010, 8:21 AM

Posting Permissions