Unplanned
Last Updated: 25 Aug 2020 10:14 by ADMIN
Created by: Bjørn Tore
Comments: 0
Category: DropDownList
Type: Feature Request
1
Currently, the HTML tags set in the Text property of DropDownListItem are not encoded.
Unplanned
Last Updated: 14 Jun 2021 08:05 by ADMIN
Created by: Tom
Comments: 0
Category: DropDownList
Type: Feature Request
3
Add option to move each highlighted item to the top (while searching), even if it is found outside of the visible part of the drop-down. The current behavior is to show the highlighted item at the bottom of the dropdown.
Unplanned
Last Updated: 27 Mar 2018 13:02 by ADMIN
ADMIN
Created by: Peter Milchev
Comments: 0
Category: DropDownList
Type: Feature Request
0
Workaround: Place the following script below the ScriptManager.

var $T = Telerik.Web.UI;
var $ = $ || $telerik.$
var _toggleActiveDescendantAttributes_old = $T.RadDropDownList._toggleActiveDescendantAttributes;

$T.RadDropDownList._toggleActiveDescendantAttributes = function (element, id, value) {
    if ($("#" + id + "_selected_item").length == 1) {
        $("#" + id + "_selected_item").removeAttr('id')
    }
    _toggleActiveDescendantAttributes_old.call(this, element, id, value);
}

Unplanned
Last Updated: 03 Feb 2014 07:48 by Morten
Created by: Morten
Comments: 0
Category: DropDownList
Type: Feature Request
2
add min-dropdownheight and max-dropdownheight to raddropdownlist (to let it "grow" until a max-height