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

ContentElement

configuration

Defines the type of element that holds the listview content.

Default: 'div'

<div id="listview"></div>
<script>
$("#listview").kendoListView({
    dataSource: [
        { name: "Item 1" },
        { name: "Item 2" },
        { name: "Item 3" }
    ],
    template: "<div class='k-listview-item'>#: name #</div>",
    contentElement: "ul"
});
</script>
Not finding the help you need?
Contact Support