<kendo:propertyGrid-messages-commands>
Defines the text and/or title for the command buttons that are used across the component.
Example
<kendo:propertyGrid-messages>
<kendo:propertyGrid-messages-commands></kendo:propertyGrid-messages-commands>
</kendo:propertyGrid-messages>
Configuration Attributes
details java.lang.String
Defines the title attribute for the details command.
Example
<kendo:propertyGrid-messages-commands details="details">
</kendo:propertyGrid-messages-commands>
excel java.lang.String
Defines the text of the Export to Excel button that exports the component's data in spreadsheet format.
Example
<kendo:propertyGrid-messages-commands excel="excel">
</kendo:propertyGrid-messages-commands>
group java.lang.String
Defines the title attribute for the group DropDownList.
Example
<kendo:propertyGrid-messages-commands group="group">
</kendo:propertyGrid-messages-commands>
pdf java.lang.String
Defines the text of the Export to PDF button that exports the component's data in PDF format.
Example
<kendo:propertyGrid-messages-commands pdf="pdf">
</kendo:propertyGrid-messages-commands>
search java.lang.String
Defines the placeholder text in the PropertyGrid search panel.
Example
<kendo:propertyGrid-messages-commands search="search">
</kendo:propertyGrid-messages-commands>
sort java.lang.String
Defines the title attribute for the Sort DropDownList.
Example
<kendo:propertyGrid-messages-commands sort="sort">
</kendo:propertyGrid-messages-commands>