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

Exception clicking button to load on demand

1 Answer 88 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 27 Nov 2013, 08:14 PM

The first time I click on the expander for a load on demand item, the little circle appears, but never goes away.  The LoadOnDemand event doesn't appear to fire as well.  When I click on a second on demand item I receive the following exception...


 'LoadingVisualAngleTransform' name cannot be found in the name scope of 'System.Windows.Controls.ControlTemplate'.



Here is the xaml...

<telerik:RadTreeView x:Name="ExtendedTreeView"
     ItemsSource="{Binding TreeViewItems}"
     BorderThickness="0"
     IsEditable="True"
     IsLoadOnDemandEnabled="True"
     LoadOnDemand="ExtendedTreeView_LoadOnDemand"
     telerikAnimation:AnimationManager.IsAnimationEnabled="False"
     FocusVisualStyle="{x:Null}">


















1 Answer, 1 is accepted

Sort by
0
Steve
Top achievements
Rank 1
answered on 27 Nov 2013, 10:50 PM

The loading transform wasn't named in my template.  Adding the 'LoadingVisualAngleTransform' name solved the problem.

Thanks,

Steve

Tags
TreeView
Asked by
Steve
Top achievements
Rank 1
Answers by
Steve
Top achievements
Rank 1
Share this question
or