1. #1
    Sencha User
    Join Date
    Apr 2011
    Posts
    43
    Vote Rating
    0
    pk.hafeez is on a distinguished road

      0  

    Default How to remove folder icon in tree grid

    How to remove folder icon in tree grid


    How to remove folder icon in tree grid. All the hierarchy should display only names.
    Attached Files

  2. #2
    Sencha - GXT Dev Team
    Join Date
    Nov 2010
    Posts
    209
    Vote Rating
    -1
    Ersmarker is an unknown quantity at this point

      0  

    Default


    You can use
    tree.getStyle().setNodeCloseIcon(AbstractImagePrototype)
    tree.getStyle().setNodeOpenIcon(AbstractImagePrototype)
    to set the folder icon. Null will remvoe the icon

  3. #3
    Sencha User
    Join Date
    Apr 2011
    Posts
    43
    Vote Rating
    0
    pk.hafeez is on a distinguished road

      0  

    Default


    Thanks ! That works !