Available in LIB Version 2016.3.1010, it will be also available in the 2016 R3 SP1.
The issue can be reproduced also with the standard ComboBox: https://connect.microsoft.com/VisualStudio/feedback/details/663870/wpf-4-0-combobox-itemtemplate-and-selectionboxitemtemplate-when-itemtemplate-is-bound#details
Workaround: use OnDropDownClosed event.
Available in the 2016 R3 Release. Please check our help article for more information: http://docs.telerik.com/devtools/wpf/controls/radcombobox/features/multiple-selection
When the CheckBox is focused the issue is appearing. Available in LIB version 2016.2.905, it will be also available in the 2016 R3 Release.
If there are plenty items in RadComboBox and you double click an item to select it sometimes the wrong item is selected because of the animation.
The same issue can be observe when placing the control inside ToolBar.
When you click on the TextBox of an editable RadComboBox all the text should be selected, but it is not, even when SelectAllTextEvent="All" is set. The text is blinking as selected for half a second and then deselects.
When filtering is enabled, enter text that doesn't exist in the items and when the focus is removed the text entered is deleted, but it should stay. The solution of this issue was implemented by a new feature in the control which determines if the Text of the RadComboBox should be updated on LostFocus or not. Simply set the UpdateTextOnLostFocus dependency property of the control to "False". By default its value is True and no change in behavior should be observed. The UpdateTextOnLostFocus dependency property is available in the 2015 Q2 SP1 release.
Place a RadComboBox control in a RadPane. Make it floating and dock it again. When selection is changed, the SelectionChanged event is fired multiple times.
RadComboBox and RadRibbonComboBox in their NonEditable mode do not reflect background set inline. A style for the ToggleButton contained in the NonEditable templates prevents the TemplateBinding from working properly as it uses a hard-coded background. For RadRibbonComboBox it is a Metro theme-only issue.
IsEditable=True and ReadOnly=True
Properties like AutomationProperties.Name are not read if the RadComboBox is editable.
RadComboBox with IsEditable = true, IsReadOnly = true and IsFilteringEnabled = true. Select an item and then in order for the filtering to work you have to delete the selected text with Backspace
MouseDown and MouseMove are not handled by RadComboBox dropdown when in XBAP, so if the RadComboBox is in Window, it can be resized while the dropdown is opened.
Allow the developers to style the TextBox area of a editable RadComboBox - add icons, change the string, format the text etc.
The combobox lists in Windows 10 settings (see attached pictures) have an interesting behavior which could be integrated by Telerik combox controls. The behavior is as following: when the listbox is opened, it appears above the combobox control with the selected item highlighted. And the placement of the listbox can change if the first item is selected (displayed down direction) or the last item is selected (display up direction). It's difficult to explain that with simple words, so I suggest to see attached pictures to understand my request.