This question is locked. New answers and comments are not allowed.
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.
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.