Pageable.messages
configurationThe text messages displayed in pager. Use this option to customize or localize the pager messages.
pageable.messages
ObjectThe 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"
pageable.messages.empty
StringThe text displayed when the grid 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 displayed after the page size DropDownList.
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 displayed before the pager input. Uses kendo.format. Contains one optional placeholder {0} which represents the total number of pages.
Default: "of {0}"
pageable.messages.page
StringThe label 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"