Hi Nicolas,
Yes - this is a breaking change. Check this online example:
http://demos.telerik.com/silverlight/#Examples/TreeView/TemplateSelector
this example also can be helpful:
http://demos.telerik.com/silverlight/#Examples/TreeView/DataBinding
Basically you can set the template now directly:
<telerik:HierarchicalDataTemplate x:Key="Division" ItemsSource="{Binding Teams}"> |
<TextBlock Text="{Binding Name}" Foreground="Green" FontStyle="Italic"/> |
</telerik:HierarchicalDataTemplate> |
|
Kind regards,
Valentin.Stoychev
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.