Topic: Delayed page rendering

Is it possible to delay the rendering of a tree until after a series of updates (new nodes) have been done?   I have a use case which requires about 5-6000 nodes to be created at run-time, and this does not complete in Firefox 3.5.x.  IE6 (yes, I am stuck with it) would be hopeless.

Re: Delayed page rendering

if you have all nodes on the same level you can't do something (only hak tree). If diff levels, you can load them step by step