PagerMessagesSettingsTagHelper
Example
Razor
<messages/>
Attributes
Attribute | Type | Description |
---|---|---|
all-pages | String | The text displayed for the item that represents the allPages option when allPages is enabled. |
display | String | The 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 |
empty | String | The text displayed when the DataSource view does no contain items. |
first | String | The tooltip of the button which navigates to the first page. |
items-per-page | String | The label displayed after the page size DropDownList. |
last | String | The tooltip of the button which navigates to the last page. |
next | String | The tooltip of the button which navigates to the next page. |
numbers-select-label | String | The label applied to the Pager select element (when visible). |
of | String | The label displayed before the pager input. Uses kendo.format. Contains one optional placeholder {0} which represents the total number of pages. |
page | String | The label displayed before the pager input. |
page-button-label | String | The 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.. |
page-size-drop-down-label | String | The label applied to the page size DropDOwnList. |
previous | String | The tooltip of the button which navigates to the previous page. |
refresh | String | The tooltip of the refresh button. |