Completed
Last Updated: 17 Feb 2014 08:15 by Shailesh
When there are few checkbox items in RadListBox (i.e. there is no scroll bar), checked items cannot be unchecked. The issue is reproducible in iPAD.
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="...">
1 2 3