<kendo:grid-column-commandItem-text>
The text displayed by the command button and the "cancel", "edit" and "update" texts of the edit command. If not set the name option is used as the button text.
Example
<kendo:grid-column-commandItem>
<kendo:grid-column-commandItem-text></kendo:grid-column-commandItem-text>
</kendo:grid-column-commandItem>
Configuration Attributes
cancel java.lang.String
The "cancel" text of the edit command.
Example
<kendo:grid-column-commandItem-text cancel="cancel">
</kendo:grid-column-commandItem-text>
edit java.lang.String
The "edit" text of the edit command.
Example
<kendo:grid-column-commandItem-text edit="edit">
</kendo:grid-column-commandItem-text>
update java.lang.String
The "update" text of the edit command.
Example
<kendo:grid-column-commandItem-text update="update">
</kendo:grid-column-commandItem-text>