New to Kendo UI for jQueryStart a free 30-day trial

DataImageUrlField

configuration

Sets the field of the data item that provides the image URL of the DropDownTree nodes.

Default: null

<input id="dropdowntree" style="width: 400px;">
<script>
    var items = [
        { text: "Mail", image: "https://demos.telerik.com/kendo-ui/content/web/treeview/mail.png" },
        { text: "Search", image: "https://demos.telerik.com/kendo-ui/content/web/treeview/search.png" }
    ];
    $("#dropdowntree").kendoDropDownTree({
        dataImageUrlField: "image",
        dataSource: items
    });
</script>
Not finding the help you need?
Contact Support