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

PagerMessagesSettingsBuilder

Methods

Display(System.String)

The pager info text. Uses kendo.format.Contains three placeholders: - {0} - the first data item index - {1} - the last data item index - {2} - the total number of data items

Parameters

value - System.String

The value for Display

Empty(System.String)

The text displayed when the DataSource view does no contain items.

Parameters

value - System.String

The value for Empty

AllPages(System.String)

The text displayed for the item that represents the allPages option when allPages is enabled.

Parameters

value - System.String

The value for AllPages

NumbersSelectLabel(System.String)

The label applied to the Pager select element (when visible).

Parameters

value - System.String

The value for NumbersSelectLabel

Page(System.String)

The label displayed before the pager input.

Parameters

value - System.String

The value for Page

PageButtonLabel(System.String)

The title of the numeric link page buttons of the Pager. The parameters available for the template are: page - The page that will becomes selected when clicking the button..

Parameters

value - System.String

The value for PageButtonLabel

PageSizeDropDownLabel(System.String)

The label applied to the page size DropDOwnList.

Parameters

value - System.String

The value for PageSizeDropDownLabel

Of(System.String)

The label displayed before the pager input. Uses kendo.format. Contains one optional placeholder {0} which represents the total number of pages.

Parameters

value - System.String

The value for Of

ItemsPerPage(System.String)

The label displayed after the page size DropDownList.

Parameters

value - System.String

The value for ItemsPerPage

First(System.String)

The tooltip of the button which navigates to the first page.

Parameters

value - System.String

The value for First

Previous(System.String)

The tooltip of the button which navigates to the previous page.

Parameters

value - System.String

The value for Previous

Next(System.String)

The tooltip of the button which navigates to the next page.

Parameters

value - System.String

The value for Next

Last(System.String)

The tooltip of the button which navigates to the last page.

Parameters

value - System.String

The value for Last

Refresh(System.String)

The tooltip of the refresh button.

Parameters

value - System.String

The value for Refresh

In this article
Not finding the help you need?