min Number (default: 1)

The value from which the Rating items will be rendered.

Example

<input id="rating" />

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