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

[Solved] CheckBoxes only one node

3 Answers 107 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jon
Top achievements
Rank 1
Jon asked on 10 Jan 2010, 02:29 AM
Hi..
How can I have checkboxes only on single Node?

The viewitem has an itemsoptionlisttype... but it doesn't have IsOption and other properties... what am I missing...?

RadTreeViewItem

 

x:Name="InBox_Header" Header="In Box" DefaultImageSrc="Images/4Inbox.png"

 

 

ItemsOptionListType="CheckList"


thanks again...

 

3 Answers, 1 is accepted

Sort by
0
Valentin.Stoychev
Telerik team
answered on 11 Jan 2010, 08:47 AM
Hi Jon,

Please check this help article:
http://www.telerik.com/help/silverlight/radtreeview-features-checkbox-and-lines-support.html

You can use the OptionListType and to set it to None if you don't want particular item to skip displaying the checkboxes.

Please let us know if you need more help.

Best wishes,
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.
0
Jon
Top achievements
Rank 1
answered on 11 Jan 2010, 09:10 PM

Hi..
Where is the OptionListType on the TREEVIEWITEM?
I only want to set the check boxes on a particular node?
thanks again...

what's wrong with this... no check boxes appear


 

 

 

<telerikNavigation:RadTreeViewItem x:Name="InBox" Header="InBox" DefaultImageSrc="Images/4Inbox.png" OptionType="CheckList">

 

 

 

 

 

 

 

<telerikNavigation:RadTreeViewItem.ItemTemplate>

 

 

 

 

 

 

<DataTemplate>

 

 

 

 

 

 

<StackPanel Orientation="Vertical">

 

 

 

<TextBlock Text="{Binding NAME}" FontSize="10" />

 

 

 

 

 

 

</StackPanel>

 

 

 

 

 

 

</DataTemplate>

 

 

 

 

 

 

</telerikNavigation:RadTreeViewItem.ItemTemplate>

 

 

 

 

 

 

 

 

</telerikNavigation:RadTreeViewItem>

 

0
Jon
Top achievements
Rank 1
answered on 11 Jan 2010, 09:18 PM
never mind I figured it out.....
Tags
TreeView
Asked by
Jon
Top achievements
Rank 1
Answers by
Valentin.Stoychev
Telerik team
Jon
Top achievements
Rank 1
Share this question
or