New to Telerik UI for ASP.NET Core? Download free 30-day trial

TreeListPageableSettingsTagHelper

Example

<pageable>
    <messages />
</pageable>

ChildTags

Tag Name Details
messages TreeListPageableMessagesSettingsTagHelper

Attributes

Attribute Type Description
always-visible Boolean (Available as of the Kendo UI 2017 R3 release) By default, the TreeList will render a pager even when total number of items in the DataSource is less than the pageSize value.If set to false the TreeList will toggle the pager visibility as follows: When the total amount of items initially set in the DataSource is less than the pageSize number, the pager will be hidden.; When the total amount of items initially set in the DataSource is greater than or equal to the pageSize number, the pager will be shown.; When the total amount of items in the DataSource becomes less than the pageSize number (after a delete or filter operation, or upon changing the pageSize), the pager will be hidden. or When the total amount of items in the DataSource becomes greater than or equal to the pageSize number (after an insert or filter operation, or upon changing the pageSize), the pager will be shown..
button-count Double The maximum number of buttons that are displayed in the numeric pager. If more pages than the specified number are rendered, the pager will display ellipsis (...).
enabled Boolean
info Boolean If set to true, the pager will display information about the current page and the total number of data items. By default, the paging information is displayed.
input Boolean If set to true, the pager will display an input element which allows the user to type a specific page number. By default, the page input is not displayed.
numeric Boolean If set to true, the pager will display buttons for navigating to specific pages. By default, these buttons are displayed.
page-size Double Specifies the possible page size values.
page-sizes Int32[] Specifies the possible page size values.
page-sizes-enabled Boolean Enables page sizes for the pager.
previous-next Boolean If set to true, the pager will display buttons for going to the first, previous, next, and last pages. By default, these buttons are displayed.
refresh Boolean If set to true, the pager will display the Refresh button. Clicking the Refresh button will refresh the TreeList. By default, the Refresh button is not displayed.
responsive Boolean If set to false, the pager will not be responsive. By default, the pager is responsive.
In this article
Not finding the help you need?