Unplanned
Last Updated: 02 Feb 2021 11:02 by ADMIN
Currently, the first filtered item of the control is selected once a search (with IsTextSearchEnabled=True) is performed. Users should be able to control whether this happens or if the selection needs to be skipped.
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)
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
The same issue can be observe when placing the control inside ToolBar.
Unplanned
Last Updated: 03 Aug 2016 11:11 by Alexandre
Created by: Alexandre
Comments: 0
Category: ComboBox
Type: Feature Request
3
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.
Completed
Last Updated: 15 Oct 2021 10:47 by ADMIN
Release LIB 2021.3.1018 (18 Oct 2021)
Created by: Stenly
Comments: 0
Category: ComboBox
Type: Feature Request
2
Create a property that allows to easily change the drop-down icon of the RadComboBox control. Now, the default control template needs to be extracted and modified for the theme that is used.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
Properties like AutomationProperties.Name are not read if the RadComboBox is editable.
Unplanned
Last Updated: 04 Aug 2021 09:29 by ADMIN
Created by: Dinko
Comments: 0
Category: ComboBox
Type: Feature Request
2
The RadComboBox control could provide SelectAll button or template functionality. This way the user can choose whether to use the default button or create a custom select all behavior.
Unplanned
Last Updated: 30 Jul 2021 00:53 by Kun

In this case, the control is bound to a collection of strings. The collection contains equal string values. ("h1","h2","h1"). When the first item is selected and afterward we select the last one, will not trigger the SelectionChanged event. This behavior could be improved.

 

Completed
Last Updated: 12 Jun 2019 16:00 by ADMIN
Release R2 2019 SP1
When the TextSearchMode is set to Contains, setting the Text property of the RadComboBox, the first partially match element will be returned. The expected result is the full match (if exist) element to be set first.
Completed
Last Updated: 24 Sep 2019 06:56 by ADMIN
Release LIB 2019.3.923
When using the Telerik RadComboBox, a NVDA is not able to read the data items inside the combo box when the control is collapsed.
Completed
Last Updated: 10 Oct 2019 05:31 by ADMIN
Release LIB 2019.3.1007

When you start navigating through the ribbon via the keytips or the arrow keys, and you get to a RadRibbonComboBox, this opens its drop down which contains RadRibbonComboBoxItems. 

In this case the keyboard navigation (using the arrows) of the RadRibbonComboBox doesn't work. This happens because the ribbon navigation implementation interfere with the combobox navigation.

Unplanned
Last Updated: 18 Feb 2019 15:43 by ADMIN
Created by: iSlide
Comments: 1
Category: ComboBox
Type: Feature Request
2

The RadListBox has an attached property for mvvm binding of SelectedItems - https://docs.telerik.com/devtools/wpf/controls/radlistbox/features/selecteditemssource.

 

Please support SelectedItemsSource for RadComboxBox too.

Completed
Last Updated: 10 Oct 2016 14:21 by ADMIN
Available in LIB Version 2016.3.1010, it will be also available in the 2016 R3 SP1.
Unplanned
Last Updated: 09 May 2018 10:59 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 20:56 by John
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.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
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.
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.