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

Load on Demand animation

1 Answer 43 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 11 Aug 2014, 08:21 PM
I have an expensive operation to determine if there are children for a node so I am determining if there are children asynchronously.  

I have simulated LoadOnDemand with the TreeListView using a view model with a background worker.  When the worker completes it's work it fires OnPropertyChanged for the collection and the tree then shows the expander.

Is there a way to show an animation in place of where the expander normally resides?  I would like it to be similar to how the TreeView loading animation displays when used with IsLoadOnDemandEnabled.  Right now my tree nodes show no expander until after the async call is complete and it is confusing to end users.

Thanks

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 13 Aug 2014, 07:22 AM
Hi,

Unfortunately it is not possible to add such an animation.

Regards,
Didie
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
TreeListView
Asked by
Kevin
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or