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 menu items.

<ul id="menu"></ul>
<script>
    $("#menu").kendoMenu({
        dataSource: {
        data: [{
                Name: "Item 1",
                imgUrl: "https://demos.telerik.com/kendo-ui/content/shared/icons/sports/golf.png"
            }]
        },
        dataTextField:"Name",
        dataImageUrlField:"imgUrl"
    });
</script>
Not finding the help you need?
Contact Support