UNPKG

@progress/kendo-treelist-vue-wrapper

Version:
69 lines (37 loc) 1.98 kB
--- title: messagesProps API description: "API Index | messagesProps" api_reference: true slug: api_treelist_messagesprops_wrapper --- # MessagesProps ### messages-commands-canceledit `String` The text of the **Cancel** button that discards the changes during editing. ### messages-commands-create `String` The text of the **Add new record** button that adds new data rows. ### messages-commands-createchild `String` The text of the **Add child record** button that adds new child data rows. ### messages-commands-destroy `String` The text of the **Delete** button that deletes a data row. ### messages-commands-edit `String` The text of the **Edit** button that shows the editable fields for the row. ### messages-commands-save `String` The text of the **Save Changes** button that saves modified data rows. ### messages-commands-cancel `String` The text of the **Cancel Changes** button that cancels all data modifications. ### messages-commands-excel `String` The text of the **Export to Excel** button that exports the TreeList data in spreadsheet format. ### messages-commands-pdf `String` The text of the **Export to PDF** button that exports the TreeList data in PDF format. ### messages-commands-update `String` The text of the **Update** button that applies the changes during editing. ### messages-loading `String` The text of the **Loading...** message when the TreeList loads its root-level items. ### messages-no-rows `String` The text of **No records to display** message when the TreeList does not show any items. ### messages-request-failed `String` The text of **Request failed.** message when the TreeList fails to load its root-level items. ### messages-retry `String` The text of **Retry** message which is assigned to the button that tries to load root-level items again. ## Suggested Links * [`Messages` in Kendo UI TreeList for jQuery](https://docs.telerik.com/kendo-ui/api/javascript/ui/treelist/configuration/messages)