GridPageableSettingsTagHelper

Example

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

ChildTags

Attributes

AttributeTypeDescription
adaptive-modeAdaptiveModeSpecifies a value whether the page sizes dropdown will be adaptive
always-visibleBooleanBy default the grid will show the pager even when total amount of items in the DataSource is less than the pageSize.
button-countDoubleThe maximum number of buttons displayed in the numeric pager. The pager will display ellipsis (...) if there are more pages than the specified number.
enabledBooleanEnables or disables the configuration.
infoBooleanIf 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.
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.Using pageable.input and pageable.numeric at the same time is not recommended.
numericBooleanIf 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-sizeDoubleSpecifies the possible page size values.
page-sizesIEnumerableSpecifies the possible page size values.
page-sizes-enabledBoolean
positionPagerPositionSpecifies the position in which the grid pager will be rendered. Valid values are "top" and "bottom" (default).
previous-nextBooleanIf set to true the pager will display buttons for going to the first, previous, next and last pages. By default those buttons are displayed.
refreshBooleanIf 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.
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