<kendo:grid-messages>

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

Example

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

Configuration Attributes

expandCollapseColumnHeader java.lang.String

Allows the customization of the text in the column header for the expand or collapse columns. Sets the value to make the widget compliant with the web accessibility standards.

Example

<kendo:grid-messages expandCollapseColumnHeader="expandCollapseColumnHeader">
</kendo:grid-messages>

filterCellTitle java.lang.String

The text that will be used for the title attribute of all filter cells belonging to a filter row in the Grid.

Example

<kendo:grid-messages filterCellTitle="filterCellTitle">
</kendo:grid-messages>

groupingHeaderLabel java.lang.String

The text that will be used for the aria-lable attribute of the grouping header of the Grid.

Example

<kendo:grid-messages groupingHeaderLabel="groupingHeaderLabel">
</kendo:grid-messages>

noRecords java.lang.String

Defines the text of the "noRecords" option that is rendered when no records are available in current view. The "noRecords" options should be set to true.

Example

<kendo:grid-messages noRecords="noRecords">
</kendo:grid-messages>

toolbarLabel java.lang.String

The text that will be used for the aria-lable attribute of the ToolBar of the Grid.

Example

<kendo:grid-messages toolbarLabel="toolbarLabel">
</kendo:grid-messages>

Configuration JSP Tags

kendo:grid-messages-commands

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

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

Example

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