Hi, I'd like to implement a hiarachical task viewer with CellTree control. Task states are on the server side. The client shows the task tree and updates it say every 2 second. Each task has a progress info displayed. If a task finised it is removed from the tree.
The CellTree with async data procider works fine. My problem is how to do the 2 sec update preserving the mode open states? Right now I call updateRowData for the root this refreshes the tree but all node gets closed. Any suggestions? Thanks Gyorgy -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
