<kendo:propertyGrid-messages>
Defines the text of the command buttons that are shown within the PropertyGrid. Used primarily for localization.
Example
<kendo:propertyGrid>
<kendo:propertyGrid-messages></kendo:propertyGrid-messages>
</kendo:propertyGrid>
Configuration Attributes
defaultGroupName java.lang.String
When grouping is enabled, sets the name for the group, to which any root properties without a defined group will be added to.
Example
<kendo:propertyGrid-messages defaultGroupName="defaultGroupName">
</kendo:propertyGrid-messages>
Configuration JSP Tags
kendo:propertyGrid-messages-commands
Defines the text and/or title for the command buttons that are used across the component.
More documentation is available at kendo:propertyGrid-messages-commands.
Example
<kendo:propertyGrid-messages>
<kendo:propertyGrid-messages-commands></kendo:propertyGrid-messages-commands>
</kendo:propertyGrid-messages>