Declined
Last Updated: 02 Jan 2020 17:04 by ADMIN
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="...">