2

How to refresh contents of TreePanel in extjs and save status of nodes (expanded/collapsed). When I do

fileList.root.reload();

All expanded nodes become collapsed. How can I avoid that?

Thanks.

ledokol
  • 179
  • 9

1 Answers1

0

Solved by manually saving tree state in array.

ledokol
  • 179
  • 9
  • 3
    Could you kindly show us the code snippet for saving and restoring the tree state? I trying to do the same and no luck so far. – ojosilva Jul 20 '11 at 19:43