1. #1
    Sencha Premium Member
    Join Date
    Mar 2012
    Posts
    79
    Vote Rating
    3
    Answers
    2
    esag_dk is on a distinguished road

      0  

    Default Unanswered: Live Tree Grid View?

    Unanswered: Live Tree Grid View?


    Hello,
    I came across this topic:
    http://www.sencha.com/forum/showthre...w-for-TreeGrid

    But since it's more a GXT 3 issue, I (re)post it in this section.

    Are there any updates? My TreeGrid contains about 600 entries in 3 tree levels. Collapsed state is not a problem, but the TreeGrid has to be fully expanded. The created DOM is huge, so the component is not really usable (expand all = 15sec, expanding/collapsing one RootNode = 8sec). Buffered loading like in LiveGridView would be great. Is such a component planned? Or is there any other way to solve that problem?

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

      1  

    Default


    Currently nothing for this is planned. However the classes that are required are all there. I have done it for several projects of customers of mine for GXT2 and also for some GXT3 projects already.

  3. #3
    Sencha Premium Member
    Join Date
    Mar 2012
    Posts
    79
    Vote Rating
    3
    Answers
    2
    esag_dk is on a distinguished road

      0  

    Default


    Thanks for the fast answer!

    Could you post an example source code, please? Or at least give some hints how to achieve the desired effect?