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

CheckedItems

1 Answer 70 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 13 Jan 2010, 01:32 AM
Hi..
I'm not clear on how the CheckedItems works.   I have treeview with the ItemSource of List<>  of my email objects.

How do I select the objects that are checked ?

This does not work...

 

foreach (Object o in this.foldersTreeView.CheckedItems)

 

{

 

    this.CurrentEmail = o as Email;     // returns Nulls

 

 

 

    Send(CurrentEmail)

 

}

thanks again

1 Answer, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 13 Jan 2010, 02:34 PM
Hello Jon The Nerd,

Please check this help article:
http://www.telerik.com/help/silverlight/radtreeview-retrieving-checked-items.html

Regards,
Valentin.Stoychev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
TreeView
Asked by
Jon
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Share this question
or