<kendo:rating-label>
The Rating displays a label by default that shows the current value out of the max value 3 / 5. If the widget does not have a selected value, the label will not be displayed initially and will be toggled after an item is selected.If label is set to false, the widget will not display the label.
Example
<kendo:rating>
<kendo:rating-label></kendo:rating-label>
</kendo:rating>
Configuration Attributes
template java.lang.String
Example
<kendo:rating-label template="template">
</kendo:rating-label>
Event Attributes
template String
Example
<kendo:rating-label template="handle_template">
</kendo:rating-label>
<script>
function handle_template(e) {
// Code to handle the template event.
}
</script>
Event Tags
kendo:rating-label-template
Example
<kendo:rating-label>
<kendo:rating-label-template>
<script>
function(e) {
// Code to handle the template event.
}
</script>
</kendo:rating-label-template>
</kendo:rating-label>