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

Rounded

configuration

Controls what border radius is applied to a button. Valid values are: "small", "medium", "large", and "full". When undefined (the default), the theme controls the default border radius.

The "none" value is deprecated. Use custom CSS to remove border radius.

rounded

String

Default: undefined

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