hoveredTemplate String|Function
Specifies the template which is used for rendering the hovered state of the items.
Example
<input id="rating" />
<script>
$("#rating").kendoRating({
hoveredTemplate: "<i class='k-icon k-i-close'></i>",
});
</script>