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: 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: 02 Aug 2019 10:32 by ADMIN
Release LIB 2019.2.805 (8/05/2019)

If set the AutoCompleteMode property in a Style Setter, and exception is thrown.

To work this around set the property directly on the control.
<telerik:RadMultiColumnComboBox AutoCompleteMode="Search" />

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

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

 

Completed
Last Updated: 16 Feb 2019 10:24 by ADMIN
If you set the SelectionMode of the control to Multiple the SelectionChanged event fires only when you select item for the first item. Each next selection won't fire the event.

To work this around use to CollectionChanged event of the SelectedItems collection of RadMultiColumnComboBox.
Completed
Last Updated: 15 Feb 2019 09:08 by ADMIN

The event should fire when the DropDownContentManager gets initialized.

To work this around use the InitializeSelectionBridge event. The DropDownContentManager is initialized when this event fires.

Declined
Last Updated: 22 Mar 2019 12:49 by ADMIN
Created by: Stefan
Comments: 1
Category: MultiColumnComboBox
Type: Feature Request
0
the multicolumncombobox has this weird display with X buttons which is completely inconsistent with a combo box.  Potentially make sense when you are multi-selecting but single select I would like to operate in the same way as a rad combo box so the user doesn't see any difference.
Declined
Last Updated: 22 Jan 2019 14:33 by ADMIN
Created by: Stefan
Comments: 2
Category: MultiColumnComboBox
Type: Feature Request
1

the display of the drop-down part of the multicolumncombobox is different from the RAD combo box. There is an extra line between the content of the combo box and the drop-down button in the office 2016 theme at least. This should not be there to be consistent with the other combo boxes.

Stefan

Completed
Last Updated: 03 Jan 2019 11:52 by ADMIN
Created by: Tino
Comments: 2
Category: MultiColumnComboBox
Type: Bug Report
0

Hello,

 

when selecting more items and dropdown positioning is down and input filed has fixed width, the dropdown covers the input field.

It should move down to the bottom edge of input field.

 

Completed
Last Updated: 22 Jul 2019 06:02 by ADMIN
Created by: Tino
Comments: 3
Category: MultiColumnComboBox
Type: Feature Request
1
Add option to hide row indicator in grid.
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: 07 May 2019 09:57 by ADMIN
Release R2 2019
Unplanned
Last Updated: 14 Dec 2018 17:22 by ADMIN

Hello,

 

Add non-editable feature to MultiColumnComboBox ( like on ComboBox ).

 

Thx,

Tino.

 

 

Completed
Last Updated: 27 Sep 2019 15:36 by ADMIN
1 2 3