TreeListPageableMessagesSettingsTagHelper
Example
Razor
<messages/>
Attributes
Attribute | Type | Description |
---|---|---|
display | String | The 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. |
empty | String | The text that is displayed when the TreeList is empty. |
first | String | The tooltip of the button which goes to the first page. |
items-per-page | String | The label that is displayed after the drop-down list for the page size. |
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 that is displayed before the pager input. Uses kendo.format. Contains one optional {0} placeholder which represents the total number of pages. |
page | String | The label that is 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. |