1. #1
    Ext User
    Join Date
    Nov 2009
    Posts
    81
    Vote Rating
    0
    Nico33 is on a distinguished road

      0  

    Default Avoid that sorting a treegrid collapses all nodes ?

    Avoid that sorting a treegrid collapses all nodes ?


    Hi all,

    if I look at this sample : http://www.extjs.com/examples/explor...#basictreegrid and if I expand some nodes and after I click on the author collumn to sort them, all nodes are collapsed.

    Is there a way to keep the nodes opened/closed as it was before sorting ?

    Thanks in advance for your answer

  2. #2
    Ext User
    Join Date
    Nov 2009
    Posts
    81
    Vote Rating
    0
    Nico33 is on a distinguished road

      0  

    Default


    no idea ? this is not possible ?

  3. #3
    Ext User
    Join Date
    Nov 2009
    Posts
    81
    Vote Rating
    0
    Nico33 is on a distinguished road

      0  

    Default


    Maybe what I wrote is not understandable, you need me to explain again?

  4. #4
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,715
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    simple make the grid stateful. ALso take a look at this example http://www.extjs.com/examples/explor...tesorttreegrid

  5. #5
    Ext User
    Join Date
    Nov 2009
    Posts
    81
    Vote Rating
    0
    Nico33 is on a distinguished road

      0  

    Default




    Great, this is what i needed.

    Thanks for your answer.
    Best regards