Completed
Last Updated: 07 Jun 2018 06:33 by ADMIN
Completed
Last Updated: 08 Feb 2018 15:03 by ADMIN
Available in LIB version 2018.1.205, it will be also available in the R1 2018 SP2 Release.
Unplanned
Last Updated: 07 Dec 2018 13:53 by ADMIN
Created by: Stefan
Comments: 0
Category: ListBox
Type: Feature Request
2
 
Unplanned
Last Updated: 07 Oct 2020 09:37 by ADMIN
Introduce property to control the visibility of the drop visual when the drop is not allowed. For example, when the AllowReorder property is False and the user tries to reorder rows.
Completed
Last Updated: 30 Oct 2020 16:15 by ADMIN
Release R3 2020 SP1
If you create a class implementing ListBoxDragDropBehavior and override the CoerceDraggedItems method, the return value is not utilized. 
Completed
Last Updated: 07 Feb 2022 08:00 by ADMIN
Release LIB 2022.1.207 (7 Feb 2022)
The ScrollIntoView method of RadListBox doesn't work when the VirtualizingPanel.ScrollUnit property is set to Pixel and the ItemsPanel of the control is VirtualizingWrapPanel.
Completed
Last Updated: 01 Nov 2021 07:04 by ADMIN
Release LIB 2021.3.1025 (25 Oct 2021)
In this case, the synchronization between the CollectionViewSource CurrentItem and RadListBox SelectedItem fails. The CurrentItem of the collection will reset the SelectedItem property of the RadListBox.
Won't Fix
Last Updated: 15 Jan 2016 17:10 by ADMIN
Unplanned
Last Updated: 03 Aug 2016 13:26 by ADMIN
Add AlternationCount, AlternateBackground and ItemLoaded event just like the RadGridView ones.
Won't Fix
Last Updated: 15 Jan 2016 17:15 by ADMIN
Select item,  populate the control with new items and do multiple selection with shift key. The selected items are with one more.
Completed
Last Updated: 25 May 2016 14:43 by ADMIN
Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
Completed
Last Updated: 25 May 2016 14:44 by ADMIN
For example if there are the following items: "Item", "Item 2", "Item 3"
when the RadListBox has the focus typing "Item 2" does not highlight the corresponding item in the ListBiox control.

Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
Unplanned
Last Updated: 17 Nov 2017 13:17 by ADMIN
Currently , RadListBox does not take into account the value of the attached property KeyboardNavigation.DirectionalNavigation.
Users need to set DirectionalNavigation to Continue  / Cycle / Contained.
Default value of this property is Continue, but RadListBox acts like Contained and disregards the attached property.
Completed
Last Updated: 25 Oct 2016 13:58 by ADMIN
Available with the R3 2016 SP1 release. 
Completed
Last Updated: 05 Sep 2017 06:06 by ADMIN
Available in R3 2017 Official Release Version.
Completed
Last Updated: 27 Feb 2017 08:28 by ADMIN
ADMIN
Created by: Nasko
Comments: 0
Category: ListBox
Type: Bug Report
1
Available in the R1 2017 SP1 Release.
Unplanned
Last Updated: 15 Feb 2017 15:13 by ADMIN
A workaround is to use the SelectedItem of the control and get the value of the needed property of the item.