This is a migrated thread and some comments may be shown as answers.

Nodes with checkboxes - perfomance Issue

2 Answers 70 Views
Treeview
This is a migrated thread and some comments may be shown as answers.
Nadia
Top achievements
Rank 1
Nadia asked on 23 Jul 2010, 04:30 AM
Hi,

I have a node with arount  900 child nodes. I'm using your script (http://www.telerik.com/help/aspnet-ajax/tree_checkboxesallchildnodes.html) to check/uncheck all child nodes. And there is a real perfomance issue for the page.

Any suggestions how to fix it?


Thanks, Nadia

2 Answers, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 23 Jul 2010, 04:06 PM
Hi Nadia,

The script from the mentioned help topic uses recursion and that's why it is slow for a big amount of data.

Instead you can use Tri-State Checkboxes and CheckChildNodes() method.

All the best,
Veronica Milcheva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Nadia
Top achievements
Rank 1
answered on 26 Jul 2010, 12:57 AM
Thanks Veronica

Regards, Nadia
Tags
Treeview
Asked by
Nadia
Top achievements
Rank 1
Answers by
Veronica
Telerik team
Nadia
Top achievements
Rank 1
Share this question
or