KendoKeydown
eventsTriggered when the user presses a keyboard key while the Pager is focused.
The event handler function context (available via the this keyword) will be set to the widget instance.
Event Data
e.sender kendo.ui.Pager
The widget instance which fired the event.
e.preventKendoKeydown Boolean
If set to true prevents the default Pager keydown logic.
e.preventDefault Function
If invoked cancels the default action that belongs to the keydown event.