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

Iterate Throught TreeView Items

2 Answers 98 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 26 Apr 2012, 01:12 PM
Hi,

I'm trying to follow this example: http://www.telerik.com/help/wpf/radtreeview-how-to-iterate-through-treeviewitems.html .Apparently it allows me to iterate through a RadTreeView.


However, I get the following error:
Error 8 The type or namespace name 'ItemsControl' does not exist in the namespace 'Telerik.Windows.Controls' (are you missing an assembly reference?) 

2 Answers, 1 is accepted

Sort by
0
Accepted
Petar Mladenov
Telerik team
answered on 27 Apr 2012, 11:40 AM
Hi Robert,

 We understand your frustration. This is a bug in our Documentation and we updated your telerik account points as a thanks for your cooperation. The Telerik.Windows.Controls.ItemsControl is only available in Silverlight. In WPF  you have to use the ItemsControl from System.Windows.Controls. Please excuse us for the inconvenience caused.

All the best,
Petar Mladenov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Robert
Top achievements
Rank 1
answered on 27 Apr 2012, 01:28 PM
Thank you for letting me know. I appreciate it.
Tags
TreeView
Asked by
Robert
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Robert
Top achievements
Rank 1
Share this question
or