Hi,
I have used Treeview Component in my application.
In Treeview i have nearly 5000 nodes.
When page loades I am showing only top level nodes and for all other
level i have used the dynamic loading.
But in Treeview i have nearly 2500 nodes as top levle nodes.
So while loading the treevie page treeview's draw() function is very
slow in IE.
For showing the Tree with 2500 nodes draw() takes 30 seconds in Ie
while draw() function in firefox takes only 15 seconds.
All 2500 nodes are at top level and i want to show all the top level
nodes.
Is there any other way by which i can reduce the draw() function 's
execution time on IE??
Or Is it 30 seconds considrable for 2500 nodes on IE??
Thanks,
Hiren