Available in LIB version 2018.1.205, it will be also available in the R1 2018 SP2 Release.
Add AlternationCount, AlternateBackground and ItemLoaded event just like the RadGridView ones.
Select item, populate the control with new items and do multiple selection with shift key. The selected items are with one more.
Available in LIB version 2016.2.525, it will be also available in the 2016 R2 SP1 release.
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.
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.
Available with the R3 2016 SP1 release.
Available in R3 2017 Official Release Version.
Available in the R1 2017 SP1 Release.
A workaround is to use the SelectedItem of the control and get the value of the needed property of the item.