Per the Kendo TreeView documentation for the navigate event: "Triggered when the user moves the focus on another node"
There are two ways to change focus: one by using the keyboard, and another by right clicking. The event *does* fire for the keyboard navigation, but not if you change focus by right clicking.
This can be demonstrated pretty easily by using the Kendo TreeView "events" demo.
http://demos.kendoui.com/web/treeview/events.html
There are two ways to change focus: one by using the keyboard, and another by right clicking. The event *does* fire for the keyboard navigation, but not if you change focus by right clicking.
This can be demonstrated pretty easily by using the Kendo TreeView "events" demo.
http://demos.kendoui.com/web/treeview/events.html