contentElementString(default: 'div')

Defines the type of element that holds the listview content.

Example

<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>
In this article
contentElement
Not finding the help you need?
Contact Support