Pageable.messages
configurationThe text messages that are displayed in the pager. Use this option to customize or localize the pager messages.
pageable.messages
ObjectThe text with the pager information. Uses kendo.format.
Contains the following placeholders:
{0}- The first data item index.{1}- The last data item index.{2}- The total number of data items.
Default: "{0} - {1} of {2} items"
pageable.messages.empty
StringThe text that is displayed when the TreeList is empty.
Default: "No items to display"
pageable.messages.first
StringThe tooltip of the button which goes to the first page.
Default: "Go to the first page"
The label that is displayed after the drop-down list for the page size.
Default: "items per page"
pageable.messages.last
StringThe tooltip of the button which goes to the last page.
Default: "Go to the last page"
The tooltip of the ... (ellipsis) button which appears when the number of pages is greater than the buttonCount.
Default: "More pages"
pageable.messages.next
StringThe tooltip of the button which goes to the next page.
Default: "Go to the next page"
pageable.messages.of
StringThe label that is displayed before the pager input. Uses kendo.format. Contains one optional {0} placeholder which represents the total number of pages.
Default: "of {0}"
pageable.messages.page
StringThe label that is displayed before the pager input.
Default: "Page"
The tooltip of the button which goes to the previous page.
Default: "Go to the previous page"
The tooltip of the Refresh button.
Default: "Refresh"