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

FillMode

configuration

Controls how the color is applied to the button. Valid values are: "solid", "outline", "flat", and "link". When undefined (the default), the theme controls the default fill mode.

The "none" value is deprecated. Use custom CSS to achieve an unstyled appearance.

fillMode

String

Default: undefined

<button id="button" type="button">Cancel</button>
<script>
    $("#button").kendoButton({
        fillMode: "outline"
    });
</script>
Not finding the help you need?
Contact Support