<kendo:buttonGroup-item>

A JavaScript array that contains the ButtonGroup's items configuration.

Example

<kendo:buttonGroup-items>
    <kendo:buttonGroup-item></kendo:buttonGroup-item>
</kendo:buttonGroup-items>

Configuration Attributes

attributes java.lang.Object

Specifies the HTML attributes of a ButtonGroup item.

Example

<kendo:buttonGroup-item attributes="attributes">
</kendo:buttonGroup-item>

badge java.lang.Object

If set to true a default overlay badge will be displayed. If set to a string, an ovelay with content set to the specified string will be displayed. Can be set to a JavaScript object which represents the configuration of the Badge widget. Further configuration is available via kendo:buttonGroup-item-badge.

Example

<kendo:buttonGroup-item badge="badge">
</kendo:buttonGroup-item>

enabled boolean

Specifies if a button is enabled.

Example

<kendo:buttonGroup-item enabled="enabled">
</kendo:buttonGroup-item>

encoded boolean

Specifies if text field of the ButtonGroup item should be encoded.

Example

<kendo:buttonGroup-item encoded="encoded">
</kendo:buttonGroup-item>

icon java.lang.String

Defines the name of an existing icon in a Kendo theme.

Example

<kendo:buttonGroup-item icon="icon">
</kendo:buttonGroup-item>

iconClass java.lang.String

Allows the usage of custom icons. Defines CSS classes which are to be applied to a span element inside the ButtonGroup item.

Example

<kendo:buttonGroup-item iconClass="iconClass">
</kendo:buttonGroup-item>

imageUrl java.lang.String

If set, the ButtonGroup will render an image with the specified URL in the button.

Example

<kendo:buttonGroup-item imageUrl="imageUrl">
</kendo:buttonGroup-item>

selected boolean

Specifies if a button is initially selected.

Example

<kendo:buttonGroup-item selected="selected">
</kendo:buttonGroup-item>

text java.lang.String

Specifies the text of the ButtonGroup item.

Example

<kendo:buttonGroup-item text="text">
</kendo:buttonGroup-item>

Configuration JSP Tags

kendo:buttonGroup-item-badge

If set to true a default overlay badge will be displayed. If set to a string, an ovelay with content set to the specified string will be displayed. Can be set to a JavaScript object which represents the configuration of the Badge widget.

More documentation is available at kendo:buttonGroup-item-badge.

Example

<kendo:buttonGroup-item>
    <kendo:buttonGroup-item-badge></kendo:buttonGroup-item-badge>
</kendo:buttonGroup-item>
In this article
Not finding the help you need?