New to Telerik UI for ASP.NET MVC? 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 that configures the display.

Empty(System.String)

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

Parameters

value - System.String

The value that configures the 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 that configures the allpages.

NumbersSelectLabel(System.String)

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

Parameters

value - System.String

The value that configures the numbersselectlabel.

Page(System.String)

The label displayed before the pager input.

Parameters

value - System.String

The value that configures the 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 that configures the pagebuttonlabel.

PageSizeDropDownLabel(System.String)

The label applied to the page size DropDOwnList.

Parameters

value - System.String

The value that configures the 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 that configures the of.

ItemsPerPage(System.String)

The label displayed after the page size DropDownList.

Parameters

value - System.String

The value that configures the itemsperpage.

First(System.String)

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

Parameters

value - System.String

The value that configures the first.

Previous(System.String)

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

Parameters

value - System.String

The value that configures the previous.

Next(System.String)

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

Parameters

value - System.String

The value that configures the next.

Last(System.String)

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

Parameters

value - System.String

The value that configures the last.

Refresh(System.String)

The tooltip of the refresh button.

Parameters

value - System.String

The value that configures the refresh.

In this article
Not finding the help you need?