Announcement

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

    Is there a callback for Tree.loadChildren() on SmartGWT 2.4?

    Hi,
    is there any way in SmartGWT 2.4 to use the callback when dynamically loading tree data from server?
    I know from some posts (http://forums.smartclient.com/showpo...66&postcount=2 and http://forums.smartclient.com/showpo...31&postcount=2) it was planned, and I've also seen SmartClient 8.0 documents this new feature, but I can't find a counterpart on SmartGWT 2.4.

    Cheers
    Davide

    #2
    Use DataArrived.

    Comment


      #3
      Originally posted by Isomorphic
      Use DataArrived.
      Thanks.
      Since I suppose it is the same for openFolder(), I 'd humbly suggest you to evaluate - for the latter - the addition of a method signature that takes a callback to be executed alternatively on data arrived or directly if there is no need for additional server requests.
      Cheers
      Davide

      Comment

      Working...
      X