Completed
Last Updated: 27 Oct 2014 13:32 by ADMIN
When IsEditable is set to true the SelectedItem is not updated if you delete the SelectedItem's text to match another existing item.
Declined
Last Updated: 30 Jun 2015 13:19 by ADMIN
When the app is in full screen OOB mode the placement of the drop down portion of the ComboBox control is incorrect.
Unplanned
Last Updated: 03 Aug 2016 11:06 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ComboBox
Type: Feature Request
7

			
Completed
Last Updated: 07 Sep 2016 06:42 by ADMIN
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.
Declined
Last Updated: 19 Sep 2016 06:25 by ADMIN
Workaround: use OnDropDownClosed event.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
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.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
The same issue can be observe when placing the control inside ToolBar.
Unplanned
Last Updated: 03 Jan 2017 20:46 by ADMIN
Enable the ComboBox to open its DropDown in up as well as down direction
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
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.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
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.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
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.
Completed
Last Updated: 18 Jul 2017 14:28 by ADMIN
After RadComboBoxs DropDown (PopUp) is open moving the focus with Shift+Tab skips the Combo, Tab does not skip it


Available in R2 2015 Release (v.2015.2.623.40)
Completed
Last Updated: 11 Oct 2023 11:05 by ADMIN
Release R3 2023
ADMIN
Created by: Telerik Admin
Comments: 1
Category: ComboBox
Type: Feature Request
13

			
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
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.
Declined
Last Updated: 05 Jan 2017 15:23 by ADMIN
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Properties like AutomationProperties.Name are not read if the RadComboBox is editable.