New to Kendo UI for jQueryStart a free 30-day trial

Max

configuration

If text is a number, it will cap that number.

max

Number

Default: Infinity

<button>Button <span id="badge"></span></button>
<script>
    $('#badge').kendoBadge({
        text: 1234,
        themeColor: 'primary',
        max: 1024
    });
</script>
Not finding the help you need?
Contact Support