[CLOSED] Bug in TreePanel

  1. #1

    [CLOSED] Bug in TreePanel

    Hi,

    I have the following code below:

    <ext:TreePanel ID="TreeGrid1" runat="server">  
         <Root>
             <ext:Node Text="By Categories" Expanded="True" NodeID="Root"/>
         </Root>
    </ext:TreePanle>
    I always got a "request Failure with Status code 200".
    And if I either put children under Root or set Expanded to false, it seem ok.
    Is this a poential bug since if the root node has no children, and the expanded is false, once you click the root + icon, you will get the same error.

    Please advise, thanks.
    Last edited by geoffrey.mcgill; Apr 05, 2012 at 3:40 PM. Reason: [CLOSED]
  2. #2
    Just found out that we can just set
    EmptyChildren="True"
    for Root.
    Please close this issue.

Similar Threads

  1. [CLOSED] Drag and drop from treepanel to treepanel in "copy" mode
    By mattwoberts in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 14, 2011, 6:45 PM
  2. [CLOSED] [1.0] TreePanel
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Apr 08, 2011, 6:04 PM
  3. Replies: 5
    Last Post: Mar 23, 2011, 9:57 AM
  4. Replies: 2
    Last Post: Jul 30, 2010, 12:37 AM
  5. Dynamically changing Treepanel other Treepanel
    By airforcz in forum 1.x Help
    Replies: 0
    Last Post: Jun 16, 2010, 8:33 AM

Posting Permissions