Kendo.Mvc.UI.PagerMessagesSettings
Defines the fluent API for configuring the PagerMessagesSettings settings.
Properties
Display
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
Empty
The text displayed when the DataSource view does no contain items.
AllPages
The text displayed for the item that represents the allPages option when allPages is enabled.
Page
The label displayed before the pager input.
PageButtonLabel
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..
Of
The label displayed before the pager input. Uses kendo.format. Contains one optional placeholder {0} which represents the total number of pages.
ItemsPerPage
The label displayed after the page size DropDownList.
First
The tooltip of the button which navigates to the first page.
Previous
The tooltip of the button which navigates to the previous page.
Next
The tooltip of the button which navigates to the next page.
Last
The tooltip of the button which navigates to the last page.
Refresh
The tooltip of the refresh button.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary