Unplanned
Last Updated: 01 May 2024 11:57 by ADMIN
ADMIN
Created by: Kalin
Comments: 3
Category: ComboBox
Type: Feature Request
7
Currently filtering with virtualized RadComboBox is not supported as the filtering feature works with the containers (changes their Visibility).
Unplanned
Last Updated: 03 Aug 2016 11:06 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ComboBox
Type: Feature Request
7

			
Unplanned
Last Updated: 03 Jan 2017 21:03 by ADMIN
Currently the control scrolls by group.
Unplanned
Last Updated: 03 Jan 2017 20:50 by ADMIN
This would provide the option to stop the auto scrolling when the last item is hovered.
Unplanned
Last Updated: 19 Sep 2016 13:47 by ADMIN
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
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.
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.
Unplanned
Last Updated: 03 Jan 2017 20:46 by ADMIN
Enable the ComboBox to open its DropDown in up as well as down direction
Unplanned
Last Updated: 03 Jan 2017 20:34 by ADMIN
When using similar code as below, RadComboBox does not select the specified item. If the DomainDataSource data was already loaded, the selection is successful.
<telerikInput:RadComboBox ItemsSource="{Binding ElementName=MineTypeDomainDataSource, Path=Data}"
  SelectedItem="{Binding Path=MineType, Mode=TwoWay, NotifyOnValidationError=true, ValidatesOnExceptions=true}"> 
 <telerikInput:RadComboBox.ItemTemplate> 
  <DataTemplate> 
   <TextBlock Text="{Binding MineTypeName}" HorizontalAlignment="Left" /> 
  </DataTemplate> 
 </telerikInput:RadComboBox.ItemTemplate>  
</telerikInput:RadComboBox>  
<riaControls:DomainDataSource AutoLoad="True"
  x:Name="MineTypeDomainDataSource"
  QueryName="GetMineTypesQuery"
  LoadedData="MineTypeDomainDataSource_LoadedData"
  DomainContext="{StaticResource CitationDBSvc}" />
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: 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.

 

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.

Unplanned
Last Updated: 09 May 2018 10:59 by ADMIN
Unplanned
Last Updated: 03 Jan 2017 20:56 by John
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: 19 Sep 2023 15:20 by Martin Ivanov

Currently, the drop down of RadComboBox contains only the RadComboBoxItems and the Clear Selection button. Add new content presenter that allows you to include extra visuals, like buttons or text.

The feature is similar to the AdditionalContent of RadTabControl. 

Unplanned
Last Updated: 27 Dec 2019 12:36 by ADMIN
Created by: Martin Ivanov
Comments: 0
Category: ComboBox
Type: Feature Request
1
Currently, the EmptyText is shown in a TextBlock which cannot be customized. Add a EmptyTextContent or EmptyTextVisualStyle properties to allow customizing the UI of the empty text. 
1 2