<kendo:grid-messages-commands>

Defines the text of the command buttons that are shown within the Grid. Used primarily for localization.

Example

<kendo:grid-messages>
    <kendo:grid-messages-commands></kendo:grid-messages-commands>
</kendo:grid-messages>

Configuration Attributes

cancel java.lang.String

Defines the text of the "Cancel Changes" button located in the toolbar of the widget.

Example

<kendo:grid-messages-commands cancel="cancel">
</kendo:grid-messages-commands>

canceledit java.lang.String

Defines the text of the "Cancel" button that is rendered in inline or popup editing mode.

Example

<kendo:grid-messages-commands canceledit="canceledit">
</kendo:grid-messages-commands>

create java.lang.String

Defines the text of the "Add new record" button located in the toolbar of the widget.

Example

<kendo:grid-messages-commands create="create">
</kendo:grid-messages-commands>

destroy java.lang.String

Defines the text of the "Delete" button rendered in inline or popup editing mode.

Example

<kendo:grid-messages-commands destroy="destroy">
</kendo:grid-messages-commands>

edit java.lang.String

Defines the text of the "Edit" button that is rendered in inline or popup editing mode.

Example

<kendo:grid-messages-commands edit="edit">
</kendo:grid-messages-commands>

excel java.lang.String

Defines the text of the "Export to Excel" button of the grid toolbar.

Example

<kendo:grid-messages-commands excel="excel">
</kendo:grid-messages-commands>

save java.lang.String

Defines the text of the "Save Changes" button located in the toolbar of the widget.

Example

<kendo:grid-messages-commands save="save">
</kendo:grid-messages-commands>

Allows the customization of the placeholder text in the grid search panel.

Example

<kendo:grid-messages-commands search="search">
</kendo:grid-messages-commands>

update java.lang.String

Defines the text of the "Update" button that is rendered in inline or popup editing mode.

Example

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