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

GridPageableSettingsTagHelper

Example

<pageable>
    <messages />
</pageable>

ChildTags

Tag Name Details
messages GridPageableMessagesSettingsTagHelper

Attributes

Attribute Type Description
always-visible Boolean By default the grid will show the pager even when total amount of items in the DataSource is less than the pageSize.If set to false the grid 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 delete, filter operation or pageSize change) 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, filter operation or pageSize change) the pager will be shown.. Introduced in the Kendo UI 2017 R3 release.
button-count Double The maximum number of buttons displayed in the numeric pager. The pager will display ellipsis (...) if there are more pages than the specified number.
enabled Boolean
info Boolean If set to true the pager will display information about the current page and 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.Using pageable.input and pageable.numeric at the same time is not recommended.
numeric Boolean If set to true the pager will display buttons for navigating to specific pages. By default those buttons are displayed.Using pageable.numeric and pageable.input at the same time is not recommended.
page-size Double Specifies the possible page size values.
page-sizes IEnumerable Specifies the possible page size values.
page-sizes-enabled Boolean
position GridPagerPosition Specifies the position in which the grid pager will be rendered. Valid values are "top" and "bottom" (default).
previous-next Boolean If set to true the pager will display buttons for going to the first, previous, next and last pages. By default those buttons are displayed.
refresh Boolean If set to true the pager will display the refresh button. Clicking the refresh button will refresh the grid. 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?