Messages
configurationDefines texts shown within the pager. Use this option to customize or localize the pager messages.
messages
Objectmessages.allPages
StringThe text displayed for the item that represents the allPages option when allPages is enabled.
Default: "All"
messages.display
StringThe pager info text. Uses kendo.format.
Contains three 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"
messages.empty
StringThe text displayed when the DataSource view does no contain items.
Default: "No items to display"
messages.first
StringThe tooltip of the button which navigates to the first page.
Default: "Go to the first page"
messages.itemsPerPage
StringThe label displayed after the page size DropDownList.
Default: "items per page"
messages.last
StringThe tooltip of the button which navigates to the last page.
Default: "Go to the last page"
messages.next
StringThe tooltip of the button which navigates to the next page.
Default: "Go to the next page"
messages.of
StringThe label displayed before the pager input. Uses kendo.format. Contains one optional placeholder {0} which represents the total number of pages.
Default: "of {0}"
messages.page
StringThe label displayed before the pager input.
Default: "Page"
messages.pageButtonLabel
StringThe title of the numeric link page buttons of the Pager. The parameters available for the template are:
page- The page that will becomes selected when clicking the button.
Default: "Page {0}"
The label applied to the page size DropDownList.
Default: "Page sizes drop down"
messages.previous
StringThe tooltip of the button which navigates to the previous page.
Default: "Go to the previous page"
messages.refresh
StringThe tooltip of the refresh button.
Default: "Refresh"