<kendo:treeList-messages-commands>

Defines the text for the command buttons that are used across the widget.

Example

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

Configuration Attributes

cancel java.lang.String

Defines the text of the Cancel Changes button that cancels all data modifications.

Example

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

canceledit java.lang.String

Defines the text of the Cancel button that discards the changes during editing.

Example

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

create java.lang.String

Defines the text of the Add new record button that adds new data rows.

Example

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

createchild java.lang.String

Defines the text of the Add child record button that adds new child data rows.

Example

<kendo:treeList-messages-commands createchild="createchild">
</kendo:treeList-messages-commands>

destroy java.lang.String

Defines the text of the Delete button that deletes a data row.

Example

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

edit java.lang.String

Defines the text of the Edit button that shows the editable fields for the row.

Example

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

excel java.lang.String

Defines the text of the Export to Excel button that exports the widget data in spreadsheet format.

Example

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

pdf java.lang.String

Defines the text of the Export to PDF button that exports the widget data in PDF format.

Example

<kendo:treeList-messages-commands pdf="pdf">
</kendo:treeList-messages-commands>

save java.lang.String

Defines the text of the Save Changes button that saves modifed data rows.

Example

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

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

Example

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

update java.lang.String

Defines the text of the Update button that applies the changes during editing.

Example

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