Announcement

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

    TreeGrid after expansion renders

    Using SC 8.2

    I need a way to call some JS code after I expand a tree node and the child nodes are drawn in the tree. Is there a built-in way to handle this, or should I use setTimeout to call my custom code? If setTimeout, what function would you recommend I override to include this call?

    #2
    Based on the fact that there's been no response, I'm guessing it's safe to assume there's no way to do this. Back to the drawing board...

    Comment


      #3
      You didn't get a response because there was too little info - we don't know what you're planning to after this delay. Some things you could do synchronously, some you'd have to delay, but which event to wait for would depend on what you want to do.

      Comment

      Working...
      X