Completed
Last Updated: 25 Jan 2024 19:04 by ADMIN
Release LIB 2023.3.1315 (15 Jan 2024)
GridViewMultiColumnComboBoxColumn does not have any selected value in edit mode when SelectionBoxesVisibility is set to Collapsed/Hidden and AutoCompleteMode is Search/Suggest.
Completed
Last Updated: 21 Oct 2022 14:33 by ADMIN
Release LIB 2022.3.1024 (24 Oct 2022)
When the dropdown menu is opened, clicking on a scrollbar (either horizontal or vertical) to review other cells automatically closes the menu. This behavior is present when the KeepDropDownOpen is false.
Unplanned
Last Updated: 18 Mar 2019 12:17 by ADMIN
Created by: Huan jia
Comments: 0
Category: MultiColumnComboBox
Type: Feature Request
4
 Expose DropDownOpened and DropDownClosed events similarly to the RadComboBox control.
Completed
Last Updated: 02 Sep 2020 10:54 by ADMIN
Release R3 2020
RadGridView columns expose a IsSearchable property that is not taken into account when you use RadMultiColumnComboBox and search via the autocomplete box. Add support for the property. If set to False, the searching should not find the corresponding column.
Unplanned
Last Updated: 07 Nov 2019 11:02 by ADMIN
Created by: Mats
Comments: 3
Category: MultiColumnComboBox
Type: Bug Report
4

Hi Telerik-Team,

 

i found a bug similar to forum post, but not the same.

In MultiColumnComboBox when SelectionBoxesVisibility is set  to 'collapsed' and and whatever you set AutoCompleteMode to (different from the forum post),

if you select the first item it is not shown. Although the NullText is removed. It works perfectly for all the other items. This is quiet a problem if you only have one item in the dropwdown :D

 

Regards,

Mats

Unplanned
Last Updated: 28 Aug 2020 10:59 by ADMIN
Created by: Mats
Comments: 0
Category: MultiColumnComboBox
Type: Feature Request
4

Remove the possibility for one or more rows to be searched on.

In other words, it should not be possible to select disabled item rows by search.

Unplanned
Last Updated: 14 Dec 2018 17:20 by ADMIN
Created by: Tino
Comments: 0
Category: MultiColumnComboBox
Type: Feature Request
3
Add a button that allows you to clear all the selected items.
Completed
Last Updated: 15 Feb 2019 12:49 by Hans
Created by: Hans
Comments: 2
Category: MultiColumnComboBox
Type: Feature Request
3
Expose a property to enable styling of the drop down element of MultiColumnComboBox. It the default scenario this is RadGridView.

Currently, an implicit style targeting RadGridView can be used instead.
Unplanned
Last Updated: 03 Apr 2019 08:36 by ADMIN
Create API which can change the selected item when only using the Up/Down keys of the keyboard.
Completed
Last Updated: 16 Jun 2020 12:59 by ADMIN
Release R2 2020 SP
Created by: Franz
Comments: 0
Category: MultiColumnComboBox
Type: Feature Request
3
The selection is lost when sorting or filtering is applied and the control is already filtered.
Unplanned
Last Updated: 10 Feb 2020 09:16 by ADMIN
Created by: Franz
Comments: 1
Category: MultiColumnComboBox
Type: Feature Request
3

It would be usefull to have a Property on the RadMultiColumnComboBox which represents the inputted searchtext. This Property should be TwoWay-Bindable.

A usecase for it could be to programmatically manipulate the searchtext.
For example setting it to NULL on LostFocus:

private void mccb_LostFocus(object sender, RoutedEventArgs e)
{
    this.mccb.ChildrenOfType<RadWatermarkTextBox>().First().Text = string.Empty;
}

Instead of hacking around with the visualTree etc. one could simply bind the property. This would also be MVVM compliant.

Proposed Name for the Property "SearchText".

Unplanned
Last Updated: 05 Jun 2020 11:48 by ADMIN
Currently the search text is cleared after a selection is made in the RadMultiColumnComboBox. We can provide an option to avoid this and keep the entered text after the selection is made. 
Completed
Last Updated: 25 Jan 2024 19:04 by ADMIN
Release LIB 2023.3.1315 (15 Jan 2024)
When the SelectedBoxesVisiblity property is set to Collapsed and the SelectedItem is bound, no text appears in the control when an item is select.
Completed
Last Updated: 27 Sep 2019 15:36 by ADMIN
Completed
Last Updated: 07 May 2019 09:57 by ADMIN
Release R2 2019
Completed
Last Updated: 15 Feb 2019 14:25 by ADMIN
Created by: WSB
Comments: 2
Category: MultiColumnComboBox
Type: Bug Report
2

Hello Telerik,

Exception is thrown after typing in the autocompletebox and selecting an item right after that. 

 
System.Reflection.TargetInvocationException
  HResult=0x80131604
  Message=Exception has been thrown by the target of an invocation.
  Source=mscorlib
  StackTrace:
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Delegate.DynamicInvokeImpl(Object[] args)
   at System.Windows.RoutedEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
   at Telerik.Windows.Controls.GridView.GridViewDataControl.RaiseSelectionChangedEvent(SelectionChangeEventArgs args)
   at Telerik.Windows.Controls.DataControl.RaiseSelectionChangedEvent(ItemSelectionChange selectionChange)
   at Telerik.Windows.Controls.DataControl.Telerik.Windows.Data.Selection.ISelectorInternal.RaiseSelectionChangedEvent(ItemSelectionChange selectionChange)
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.EndAllowedSelection(ItemSelectionChange selectionChange)
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.EndPendingSelection(ItemSelectionChange pendingSelection)
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.EndSelection()
   at Telerik.Windows.Data.Selection.ItemSelectionHandler.SelectedItems_CollectionChanged(Object sender, 

Thanks in advance.

 

Unplanned
Last Updated: 07 Mar 2019 09:32 by ADMIN

The RadMultiColumnComboBox has a separate keyboard functionality executed when the watermark textbox (the search box) is focused and the dropdown is open. Basically, you can navigate through the rows of the gridview part and select them using the keyboard. 

Currently, this functionality is private. Introduce an API that allows you to customize the keyboard navigation. Consider something similar to the KeyboardCommandProvider of RadGridView.

Unplanned
Last Updated: 27 Sep 2019 15:47 by ADMIN
Created by: Michael
Comments: 0
Category: MultiColumnComboBox
Type: Feature Request
2
Add grouping support in the GridView element.
Completed
Last Updated: 18 Nov 2019 11:55 by ADMIN
Release LIB 2019.3.1118 (11/18/2019)
Dropdown does not close when OpenDropDownOnFocus is True and KeepDropDownOpen is False and the user has previously made a selection after opening the control by clicking on its textbox part.
Completed
Last Updated: 10 Apr 2020 05:07 by ADMIN
Release LIB 2020.1.413 (04/13/2020)
InvalidOperationException is thrown when programmatically adding items to the SelectedItems collection after the dropdown has been opened.
1 2 3