<kendo:treeList-messages>

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

Example

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

Configuration Attributes

loading java.lang.String

Defines the text of the Loading... message when the widget loads its root-level items.

Example

<kendo:treeList-messages loading="loading">
</kendo:treeList-messages>

noRows java.lang.String

Defines the text of No records to display message when the widget does not show any items.

Example

<kendo:treeList-messages noRows="noRows">
</kendo:treeList-messages>

requestFailed java.lang.String

Defines the text of Request failed message when the widget fails to load its root-level items.

Example

<kendo:treeList-messages requestFailed="requestFailed">
</kendo:treeList-messages>

retry java.lang.String

Defines the text of Retry message for the button which triggers the reloading of the TreeList root-level items.

Example

<kendo:treeList-messages retry="retry">
</kendo:treeList-messages>

Configuration JSP Tags

kendo:treeList-messages-commands

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

More documentation is available at kendo:treeList-messages-commands.

Example

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