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

Show "Is Busy" during "Expand All"

1 Answer 61 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Tolga
Top achievements
Rank 1
Tolga asked on 07 Jun 2011, 05:45 AM
Hi:
I have a rather deep tree and during the "ExpandAll()" method I'd like to show a "Is Busy" item. How do I do that?

Thanks

--tolga

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 09 Jun 2011, 04:39 PM
Hello Tolga,

This won't be easy to achieve since the RadBusyIndicator will disable the RadTreeView. You need first to ensure that the BusyIndicator and the RadTreeView are in  different containers (or different Grid`s RowDefinitions or ColumnDefinitions). Then you have to determine the moment when al the RadTreeViewitems have been Expanded . You can use counter in the ViewModel or something similar.
Please let us know if you need further assistance on this.

Kind regards,
Petar Mladenov
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
Tags
TreeView
Asked by
Tolga
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or