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

FillMode

configuration

Specifies how themeColor is applied to a badge. When undefined (the default), the theme controls the default fill mode. Valid options are solid and outline.

fillMode

String

Default: undefined

<span id="badge-solid">Solid</span>
<span id="badge-outline">Outline</span>
<script>
    $('#badge-solid').kendoBadge({ fillMode: 'solid' });
    $('#badge-outline').kendoBadge({ fillMode: 'outline' });
</script>
Not finding the help you need?
Contact Support