GridPageableMessagesSettingsTagHelper
Example
Razor
<messages/>
Attributes
Attribute | Type | Description |
---|---|---|
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 grid is empty. |
first | String | The tooltip of the button which goes to the first page. |
items-per-page | String | The label displayed after the page size DropDownList. |
last | String | The tooltip of the button which goes to the last page. |
more-pages | String | The Tooltip of the ellipsis ("...") button, which appears when the number of pages is greater than the buttonCount. |
next | String | The Tooltip of the button which goes to the next page. |
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. |
previous | String | The Tooltip of the button which goes to the previous page. |
refresh | String | The Tooltip of the refresh button. |