Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1020
WebDataTree
posted

WebDataTree is very slow when it have 6000 nodes(only In the root level)

When I select a node WebDataTree response about 10 seconds.

Are there any ways to solve this problem?


 my code is:

<ig:WebDataTree ID="webTreeLeft" runat="server" Height="450px" Width="765px" BorderColor="#000066"
BorderStyle="Solid" EnableConnectorLines="True" SelectionType="Single"
InitialDataBindDepth=0 
>
</ig:WebDataTree>

my version is:12.1.20121.2048