KendoKeydown
eventsTriggered when the user presses a keyboard key while the TreeView is focused.
Event Data
e.sender kendo.ui.TreeView
The TreeView instance that triggered the event.
e.preventKendoKeydown Boolean
If set to true prevents the TreeView keydown logic.
e.preventDefault Function
If invoked cancels the default action that belongs to the keydown event.