max Number(default: 5)

The value to which the Rating items will be rendered.

Example

<input id="rating" />

<script>
    $("#rating").kendoRating({
        min: 2,
        max: 6
    });
</script>
In this article