[CLOSED] [#513] How to Hide Root in a TreePanel ???

  1. #1

    [CLOSED] [#513] How to Hide Root in a TreePanel ???

    How can I Hide Root in a TreePanel ???



    I already made
    RootVisible="false";
    but it's still appear to me.
    Note : I load nodes from xml file , please help me
    Attached Thumbnails Click image for larger version. 

Name:	Capture.PNG 
Views:	166 
Size:	5.2 KB 
ID:	13041  
    Last edited by Daniil; Jul 01, 2014 at 2:49 PM. Reason: [CLOSED] [#513]
  2. #2
    Hi @elbanna23,

    For references:
    https://examples2.ext.net/#/TreePane..._File_Loading/

    A TreeStore creates a proxy Root in that scenario and it is actually not visible anyway. So, the Authors Mode is not a Root Node.

    There must be a possibility to overcome that. Created an Issue.
    https://github.com/extnet/Ext.NET/issues/513

    In the SVN revision #5881 I have added the new IsRoot property for the NodeBinding class. Please set it to true if you need that NodeBinding to be a Root Node.
    <ext:NodeBinding DataMember="Authors" Text="Authors List" IsRoot="true"  />
  3. #3
    how can i use :
    SVN revision #5881

    cause IsRoot isn't available in my intellisense

    <ext:NodeBinding DataMember="Authors" Text="Authors List" IsRoot="true"  />
    thank you in advance
    Last edited by elbanna23; Jun 26, 2014 at 6:57 AM.
  4. #4
    Have you updated from SVN?

    You should update from:
    http://svn.ext.net/premium/trunk/
  5. #5
    i already open it , but where can i find DLLs
    Last edited by elbanna23; Jun 26, 2014 at 7:22 AM.
  6. #6
    The dlls come with official releases only.

    There are no dlls in SVN. You should download the sources and build it on your local machine.
  7. #7
    :)
    last Question ?
    can i download all files & folders as a package , not one by one ?

    thank you in advance
  8. #8
    Yes, you can. You need an SVN client. For our Ext.NET v2 SVN I use TortoiseSVN.
    http://tortoisesvn.net/

    - Install
    - Create a folder for Ext.NET
    - Right click on that folder
    - Checkout in the context menu

    You will need to enter your Ext.NET SVN credentials. The differ from the forum's ones.

Similar Threads

  1. TreePanel without Root node
    By Dominik in forum 1.x Help
    Replies: 3
    Last Post: Jun 25, 2014, 7:07 PM
  2. [CLOSED] TreePanel root
    By cwolcott in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 12, 2012, 1:05 PM
  3. [CLOSED] TreePanel + Root
    By aisi_it_admin in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 08, 2012, 10:34 AM
  4. [CLOSED] Treepanel root visible
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 12, 2012, 10:38 AM
  5. Way to hide root TreeNode expand button?
    By dbassett74 in forum 1.x Help
    Replies: 3
    Last Post: May 14, 2009, 11:54 AM

Tags for this Thread

Posting Permissions