Won't Fix
Last Updated: 03 Jan 2017 20:51 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 3
Category: ComboBox
Type: Bug Report
3
See the supported thread.
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.
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: 15 Sep 2021 15:20 by Arif
Release LIB 2021.2.816 (16 Aug 2021)

Steps to Create Problem using  EditableTextBoxTemplate_WPF sample project provided by Telerik:(modified project is zipped and attached just in case)

- Edit Example.xaml to add "AllowMultipleSelection="True":

            <telerik:RadComboBox  IsEditable="True" ItemsSource="{Binding Companies}" SelectAllTextEvent="None" FontFamily="Calibri" FontSize="14"
                                  DisplayMemberPath="Name" EditableTemplate="{StaticResource EditableComboBox}"
                                  Width="220" Height="50" DropDownWidth="*" x:Name="comboBox" Margin="5 10" AllowMultipleSelection="True"/>
        </StackPanel>

 

1) Run project 

2) Click drop down button to see list in the drop down

3) Type "Global" (at this point it should autocomplete "Global Corporation")

4) Without clicking on anything or Press space bar to continue typing (type space character)

5) Typed text will disappear leaving only space character behind - At this point, nothing is selected.

 

This does NOT happen if typed text before space does NOT match with any item from the list. 

This does NOT happen if AllowMultipleSelection set to false

This does NOT happen if dropdown is NOT open while typing.

 

Completed
Last Updated: 19 Jan 2023 14:50 by ADMIN
Currently, there is an internal API that determines whether partial matches can be selected or not. Provide public options to change this behavior. By default partial matches are selected.

In the meantime, the default behavior can be changed using reflection to set the CanAutocompleteSelectPartialMatches property of RadComboBox to False.
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: 11 Aug 2016 14:04 by ADMIN
Properties like AutomationProperties.Name are not read if the RadComboBox is editable.
Unplanned
Last Updated: 03 Jan 2017 20:56 by John
Unplanned
Last Updated: 09 May 2018 10:59 by ADMIN
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 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.

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: 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.
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.

 

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.
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.
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.
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.
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.