Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Displaying selected nodes only in TreeGrid

    Is it possible to display selected nodes only in TreeGrid. I've used the method "setSelectionAppearance(SelectionAppearance.CHECKBOX)".

    So, in the above case, if the user deselects some of the nodes, I want to hide those unselected nodes from the view.

    Please do respond.

    #2
    There is no way to do this other then to redraw the tree with the node removed.

    Comment

    Working...
    X