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

CheckBoxes="false"

1 Answer 50 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 30 May 2012, 10:35 PM
How do I get rid of the check boxes from a RadTreeView?  If I add 'CheckBoxes="false"' to the XAML code, I get the following error:

Error    1    The property 'CheckBoxes' was not found in type 'RadTreeView'.    C:\DevProjects\Client Tier Project Collection\Jigsaw.UserInterface\Jigsaw.DeviceModule\Jigsaw.Device.Display\Views\ListDevices.xaml    22    55    Jigsaw.Device.Display

I am using RadControls for Silverlight Q1 2012, Silverlight 5, and Visual Studio 2010.

Why is it not recognizing the "CheckBoxes" property?  I can't set that property in code, either.

1 Answer, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 31 May 2012, 03:14 PM
Hello Mike,

You can control the CheckBoxes feature through the IsOptionElementsEnabled property of the RadTreeView. So in your case setting it to False, should remove the CheckBoxes. You can find more information about this feature in our documentation.

Let me know if that helps or if I can further assist you.

Kind regards,
Tina Stancheva
the Telerik team

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

Tags
TreeView
Asked by
Mike
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Share this question
or