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: 26 Jan 2016 13:53 by ADMIN
Can be reproduced when RadListBox is placed inside a Grid, a StackPanel with horizontal orientation or a WrapPanel.

Available in LIB version 2016.1.125, it will be also available in the 2016 Q1 SP1.
Completed
Last Updated: 13 Jan 2016 15:14 by ADMIN
Available in the 2016 Q1 Release.
Completed
Last Updated: 28 Apr 2016 15:26 by ADMIN
The "auto scroll into the view on selection" functionality does not to work as expected if the ItemsPanel is changed and a selection was previously done.
Completed
Last Updated: 21 Mar 2016 19:08 by ADMIN
Completed
Last Updated: 05 Sep 2017 06:06 by ADMIN
Available in R3 2017 Official Release Version.
Completed
Last Updated: 23 Jan 2017 06:57 by ADMIN
When the ItemsSource of the control is changed to a new collection the old selected items are cached and if a collection containing the old selected items source is set as ItemsSource the cached items are restored.

Make it possible to disabled this functionality per control.

Available in the 2017 R1 Release (2017.1.117).
Completed
Last Updated: 19 Oct 2015 13:54 by Anthony
Available in LIB version 2015.3.1019, it will be also available in the 2015 Q3 SP1. Fix provided by the new IsScrollIntoViewEnabled property.
Completed
Last Updated: 25 Oct 2016 13:58 by ADMIN
Available with the R3 2016 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.
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: 17 Oct 2016 15:00 by Ron Frick
Completed
Last Updated: 23 Jun 2014 07:14 by ADMIN
Completed
Last Updated: 25 Jun 2015 15:38 by ADMIN
Completed
Last Updated: 26 Jan 2015 08:16 by ADMIN
Using an attached property to populate the SelectedItems of the control initially selects only the first item.

A sample project (ListBoxSelectedItems - Example) of the used approach can be found in this blog post:
http://blogs.telerik.com/xamlteam/posts/13-01-14/extending-the-functionality-of-radcontrols-with-attached-properties
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: 18 Jun 2014 14:37 by ADMIN
The SelectionMode must be Multiple.
Completed
Last Updated: 15 Jan 2016 15:56 by ADMIN
Use case that hits the described issue:

When binding another control to a shared SelectedItem property from a ViewModel causes the Item to not be updated correctly to the ListBox and the anther control.