Declined
Last Updated: 28 Mar 2018 11:57 by ADMIN
The issue can be reproduced in a scenario in which there are a RadListBox and a RadGridView defined and their SelectedItem properties are bound to the same property in the view model. The source collection of RadListBox contains some objects present in the one bound to RadGridView's ItemsSource. If the user selects an item in RadGridView that is also present in the items of RadListBox, the selection is performed in both controls as expected. However, when already having a selected item in both controls, if the user selects an item in RadGridView that is not present in the items of RadListBox, the selection in RadListBox is not cleared. Thus, in order to selected the previously selected item, it needs to be deselected and selected again.

UPDATE:
After the researching the issue, it seems that the logic for handling the case when a SelectedItem that is not present in the source collection is being set is slightly different for Silverlight and WPF. For the WPF version of the control a DependencyProperty.UnsetValue is used, whereas a null value is set for the Silverlight RadListBox. Thus, in Silverlight the selection is cleared and in WPF it is not. I am afraid, that we cannot commit ourselves to modifying this by-design implementation, as this will result in a braking change. With this in mind, I will update the status of the logged bug to Declined.

What we can suggest as a workaround, would be to define a second calculated property in the view model and bind the SelectedItem of RadListBox to it. The logic in the property setter would be to set a null value if the SelectedItem is not present in the source collection of RadListBox.
Completed
Last Updated: 08 Mar 2018 09:04 by ADMIN
When the ItemsPanel of the RadListBox is RadWrapPanel and the user press Down/Up key the RadListBox selects always the next/previous item instead of the corresponding item on the next/previous row.
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.
Completed
Last Updated: 05 Sep 2017 06:08 by ADMIN
As a workaround, the ScrollingSettingsBehavior.ScrollStep attached property of the RadListBox control can be set to a value equal to that of the Height of the RadListBoxItems.

Available in R3 2017 Official Release Version.
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.
Completed
Last Updated: 25 Oct 2016 13:58 by ADMIN
Available with the R3 2016 SP1 release. 
Completed
Last Updated: 17 Oct 2016 15:00 by Ron Frick
Completed
Last Updated: 17 Oct 2016 14:57 by ADMIN
When the ItemsPanel is set to VirtualizingStackPanel which Orientation is set to Horizontal, selecting an item moves it to the rightmost position.

Available in LIB version 2016.3.1017, it will be also available in the 2016 R3 SP1 release. 
Unplanned
Last Updated: 11 Aug 2016 14:05 by ADMIN
RadListBoxItems looks selected when BusyIndicator is made busy
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ListBoxItem is going to the last position when dragged and dropped in to the SCrollViewer.
Unplanned
Last Updated: 11 Aug 2016 14:04 by ADMIN
ListBoxItem disappears when the item is dropped in the RadGridView
Unplanned
Last Updated: 03 Aug 2016 13:29 by ADMIN
This happens when using VirtualQueryableCollectionView as the ItemsSource.
Unplanned
Last Updated: 03 Aug 2016 13:28 by Igor Mendizabal
I have a custom ListBox that inherits from RadListBox control which uses a VirtualizingWrapPanel as its ItemTemplate.
I am trying to use BringIndexIntoViewPublic method to bring a certain ítem that is still not created into view, but it does not work. I also try to use ScrollIntoView of the RadListBox, and is also not working.
Unplanned
Last Updated: 03 Aug 2016 13:26 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: ListBox
Type: Bug Report
7
Scroll button is changing size when grouping is applied (WPF only).
Unplanned
Last Updated: 03 Aug 2016 13:25 by ADMIN
When RadListBox is in a ScrollViewer and its own ScrollViewer is removed, it uses the external ScrollViewer for calculating DropVisualPlaceHolder position.