roundedString(default: undefined)

Specifies the size of the chip. When undefined (the default), the theme controls the default border radius. Valid options are small, medium, large, full.

The "none" value is deprecated. Use custom CSS instead.

Example

<div id="chiplist"></div>
<script>
    $('#chiplist').kendoChipList({
        rounded: "full",
        items: [
            { label: 'One' },
            { label: 'Two' },
            { label: 'Three' },
        ]
    });
</script>
In this article
rounded
Not finding the help you need?
Contact Support