Announcement

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

    How to expand the treegrid after invalidateCache

    I have a TreeGrid where I call openAll() in the fetchData's DSCallback to open all the nodes.
    I call invalidateCache(), which refreshes the tree. However, the tree is now collapsed. How do I expand it again?

    #2
    Solution

    Figured it out. Use the DataArrivedHandler instead of the DSCallback.

    Comment

    Working...
    X