TreeListPageableSettingsTagHelper

Example

Razor
<pageable>
    <messages />
</pageable>

ChildTags

Attributes

AttributeTypeDescription
always-visibleBoolean(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-countDoubleThe 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 (...).
enabledBoolean
infoBooleanIf 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.
inputBooleanIf 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.
numericBooleanIf set to true, the pager will display buttons for navigating to specific pages. By default, these buttons are displayed.
page-sizeDoubleSpecifies the possible page size values.
page-sizesInt32[]Specifies the possible page size values.
page-sizes-enabledBooleanEnables page sizes for the pager.
previous-nextBooleanIf set to true, the pager will display buttons for going to the first, previous, next, and last pages. By default, these buttons are displayed.
refreshBooleanIf 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.
responsiveBooleanIf set to false, the pager will not be responsive. By default, the pager is responsive.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support