<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>
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>
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>