Unplanned
Last Updated: 02 Jun 2022 12:02 by Lou
Created by: Lou
Comments: 0
Category: ListBox
Type: Feature Request
1

 I would like to implement a list picker with item grouping in the destination Asp.Net RadListBox.

Unfortunately the Telerik Asp.net RadListBox control does not seem to support item grouping natively. I have seen a forum post from 2019 that suggests adding custom group items https://www.telerik.com/forums/subheadings-in-radlistbox  We could do this but would prefer a more native solution.

Unplanned
Last Updated: 30 Apr 2020 08:49 by ADMIN
ADMIN
Created by: Rumen
Comments: 2
Category: ListBox
Type: Feature Request
4
The control should provide support for the JAWS screen readers, which will enable it for use by visually impaired users.

More details are available in the following forum thread - https://www.telerik.com/forums/how-is-listbox-usable-for-screen-readers
Unplanned
Last Updated: 04 Aug 2017 13:42 by ADMIN
ADMIN
Created by: Ivan Danchev
Comments: 1
Category: ListBox
Type: Feature Request
1

			
Unplanned
Last Updated: 08 Nov 2016 08:53 by ADMIN
Unplanned
Last Updated: 01 Jun 2020 16:21 by ADMIN
Created by: XiMnet Malaysia
Comments: 0
Category: ListBox
Type: Feature Request
5
Hi,

Would love to have feature for reorder animation and drop placeholder when user is reordering the item(s) in the Radlistbox.

A example would be the list in invisionapp.com as attached.

Another example would be like JQUERYUI's sortable plugin. 
URL: https://jqueryui.com/sortable/#placeholder.

Thanks.
Unplanned
Last Updated: 03 Nov 2014 08:45 by ADMIN
ADMIN
Created by: Peter Filipov
Comments: 0
Category: ListBox
Type: Feature Request
2
Now, in WCF binding we return RadListBoxItemData collection which is not consistent with RadComboBox and RadDropDownList controls where we use RadControlNameData object.
Declined
Last Updated: 02 Jan 2020 17:04 by ADMIN
Completed
Last Updated: 25 Nov 2015 16:50 by ADMIN
Completed
Last Updated: 31 Oct 2019 11:45 by ADMIN
Release R3 2019 SP1
Completed
Last Updated: 14 Mar 2014 09:29 by ADMIN
Unplanned
Last Updated: 20 Dec 2013 11:07 by Carlos
Declined
Last Updated: 14 Jun 2021 14:24 by ADMIN
Created by: Martin
Comments: 1
Category: ListBox
Type: Feature Request
0
RadListBox allows to declaratively bind the Text and Value properties of the ListItems, e.g:

<telerik:RadListBox runat="server" DataTextField="Text" DataValueField="Id">

Unfortunately, this is not possible for the ImageUrl property.

My Suggestion: please allow to also bind the ImageUrl declaratively as known from other controls, e.g:

<telerik:RadListBox runat="server" DataTextField="Text" DataValueField="Id"
    DataImageUrlField="..."

// and maybe even like this:

    DataImageUrlFormatString="..." DataImageUrlFields="...">