itemSizeString(default: undefined)

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

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

Example

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