Declined
Last Updated: 14 Jun 2021 14:24 by ADMIN
Martin
Created on: 01 Oct 2013 08:50
Category: ListBox
Type: Feature Request
0
Improve declarative data binding, e.g. for ImageUrl
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 comment
ADMIN
Rumen
Posted on: 14 Jun 2021 14:24
Declined due to no interest by the community.