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

[Solved] RadTreeView CheckBox Performance

1 Answer 167 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
marksweat
Top achievements
Rank 1
marksweat asked on 15 Aug 2008, 02:00 AM

I’ve got a RadTreeView with checkboxes. The tree has a total of 167 nodes. A single parent node owns about 30 child nodes and each of the children has one or more children.  The deepest node in the tree is only 3 levels deep. The RadTreeView is setup with,  

CheckChildNodes="true"

TriStateCheckBoxes="true"

When I “check” the single parent node it takes about 4-5 seconds for all the other nodes in the tree to become checked. While the user is waiting there is no feedback that the system is working so users often clicks multiple times causing further delay and annoyance with the application.

Is there some method for giving the user feedback that the system is working?

Is there some method for ignoring clicks on the RadTreeView while the system is working?

1 Answer, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 15 Aug 2008, 06:59 AM
Hi marksweat,

An interesting suggestion! To my regret the control currently does not have something to indicate that the nodes are being processed. You can create one by using the OnClientNodeChecking and OnClientNodeChecked client-side events of RadTreeView.

Please, check the Client-side events example of RadTreeView.

Best regards,
Erjan Gavalji
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TreeView
Asked by
marksweat
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Share this question
or