Interface for a class Pager
EmitType<Object>
Triggers when click on the numeric items.
EmitType<Object>
Triggers when Pager is created.
string
Defines the own class for the pager element.
number
Defines the current page number of pager.
string
Defines the customized text to append with numeric items.
EmitType<Object>
Triggers after pageSize is selected in DropDownList.
boolean
If enableExternalMessage
set to true, then it adds the message to Pager.
boolean
If enablePagerMessage
set to true, then it adds the pager information.
boolean
Enable or disable persisting component’s state between page reloads.
boolean
If enableQueryString
set to true,
then it pass current page information as a query string along with the URL while navigating to other page.
boolean
Enable or disable rendering component in right to left direction.
string
Defines the external message of Pager.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
number
Defines the number of pages to display in pager container.
number
Defines the records count of visible page.
boolean
| []
If pageSizes
set to true or Array of values,
It renders DropDownList in the pager which allow us to select pageSize from DropDownList.
string
Defines the template as string or HTML element ID which renders customized elements in pager instead of default elements.
number
Gets or Sets the total records count which is used to render numeric container.