Kendo.Mvc.UI.Pager
Kendo UI Pager component
Properties
AutoBind
Indicates whether the pager refresh method will be called within its initialization.
ButtonCount
Defines the number of buttons displayed in the numeric pager.
SelectTemplate
The template for selected page number link.
SelectTemplateId
The id of the script element used for SelectTemplate
LinkTemplate
The template for page number links.
LinkTemplateId
The id of the script element used for LinkTemplate
Info
Defines if a label showing current paging information will be displayed.
Input
Defines if an input element which allows the user to navigate to given page will be displayed.
Numeric
Defines if numeric portion of the pager will be shown.
PreviousNext
Defines if buttons for navigating to the first, last, previous and next pages will be shown.
Refresh
Defines if a refresh button will be displayed. Click on that button will call DataSource read() method to get actual data.
Responsive
Defines if the pager will be responsive.
Messages
Defines texts shown within the pager. Use this option to customize or localize the pager messages.
Methods
WriteHtml(System.IO.TextWriter)
Writes the HTML.
WriteInitializationScript(System.IO.TextWriter)
Writes the initialization script.
Parameters
writer System.IO.TextWriter
The TextWriter.
SerializeSettings
Serialize current instance to Dictionary