Completed
Last Updated: 13 Jan 2016 15:07 by ADMIN
When Tab key is pressed inside of the drop down portion of the ComboBox the next control to be focused.

Available in the 2016 Q1 Release: Added IsDropDownTabNavigationEnabled property which provides an option to disable the Tab navigation in the dropdown of non editable ComboBox.
Unplanned
Last Updated: 03 Aug 2016 10:58 by jen
Add Events for when the ClearSelectionButton is clicked.

onSelectionClearingEvent (cancelable preview event)
OnSelectionClearedEvent

This way we can easily handle the clearing of non-nullable datatypes
Completed
Last Updated: 17 Jan 2019 11:31 by ADMIN
ADMIN
Created by: Kalin
Comments: 1
Category: ComboBox
Type: Feature Request
12
The regular ComboBox goes through all of the starting with the same letter items when pressing the same key multiple times. RadComboBox currently always highlights the first one.
In addition, the case where starting to type couple letters, will select the matched item with StartsWith
Unplanned
Last Updated: 03 Jan 2017 20:56 by ADMIN
Completed
Last Updated: 02 Jun 2014 10:29 by ADMIN
Declined
Last Updated: 05 Jan 2016 14:12 by ADMIN
A two-way relation between CurrentItem and SelectedItem when the ItemsSource is ICollectionView.

Dangalov: This feature will be recieved automatically when replacing ListBox with RadListBox.