I am using dynatree for loading geographical locations in a hierarchical fashion. I have to programmatically select large number of nodes depending on the response from web service. It takes long time to render it on the GUI. IN FF, It takes atleast 3 mins, and in IE 8, I get slow script error. I use the following code to select the nodes in a loop.
tree.getNodeByKey(data).select()
Any help would be appreciated.