itemTemplate String|Function

Specifies the template which is used for rendering the items of the Rating.

Example

<input id="rating" />

<script>
    $("#rating").kendoRating({
        itemTemplate: "<i class='k-icon k-i-copy'></i>",
    });
</script>
In this article