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

Show radiobox only in leaf nodes

1 Answer 47 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jason Tung
Top achievements
Rank 1
Jason Tung asked on 18 Mar 2010, 06:04 AM
i've got it!
 if(treeViewItem.IsLeaf)
               {
                   //treeViewItem.IsExpanded = true;
                   treeViewItem.OptionType = OptionListType.None;

               }

1 Answer, 1 is accepted

Sort by
0
Bobi
Telerik team
answered on 22 Mar 2010, 11:54 AM
Hi Jason Tung,

More information about  how to use RadioButtons/CheckBoxes/OptionListType in RadTreeView you can find here:
http://www.telerik.com/help/silverlight/radtreeview-features-checkbox-support.html


Best wishes,
Bobi
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TreeView
Asked by
Jason Tung
Top achievements
Rank 1
Answers by
Bobi
Telerik team
Share this question
or