I just installed the latest version of WPF controls (2013.3.1016.40) and my TreeView no longer registers this property. Can you tell me what the new alternative is for this property? Thanks.
You are right that the ItemsOptionListType property is not available in the RadTreeView control. With the Q1 2013 release, the RadioButtons logic implemented in the RadTreeView is obsoleted. This means that the following list of properties were also obsoleted:
RadTreeView.ItemsOptionListType
RadTreeViewItem.ItemsOptionListType
RadTreeViewItem.OptionType
RadTreeViewItem.IsRadioButtonEnabled
With our latest official release Q3 2013 the RadioButtons logic is no longer available in the RadTreeView control. In order to achieve the same functionality with our latest release you can create DataTemplate hosting the desired RadioButton/CheckBox control along with the TextBlock, hosting the header of the items.
Furthermore, that DataTemplate can be set as ItemTemplate of the RadTreeView. Also, you will be able to implement custom checking/unchecking logic in your ViewModel.
I hope this clarifies your concerns.
Regards,
Pavel R. Pavlov
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely. Sign up for Free application insights >>