<kendo:grid-column-commandItem-iconClass>

The class for the web font icon of the button. When it is defined as an object it allows to customize the web font icon for the "edit", "update" and "cancel" command buttons.

Example

<kendo:grid-column-commandItem>
    <kendo:grid-column-commandItem-iconClass></kendo:grid-column-commandItem-iconClass>
</kendo:grid-column-commandItem>

Configuration Attributes

cancel java.lang.String

The class for the web font icon of the cancel command button.

Example

<kendo:grid-column-commandItem-iconClass cancel="cancel">
</kendo:grid-column-commandItem-iconClass>

edit java.lang.String

The class for the web font icon of the edit command button.

Example

<kendo:grid-column-commandItem-iconClass edit="edit">
</kendo:grid-column-commandItem-iconClass>

update java.lang.String

The class for the web font icon of the update command button.

Example

<kendo:grid-column-commandItem-iconClass update="update">
</kendo:grid-column-commandItem-iconClass>
In this article
Not finding the help you need?