Can I find out, if a route is changed by means of browser buttons or by clicking a link or by explicit navigate call?
Michael G. Schneider
2 Answers, 1 is accepted
0
Accepted
Petyo
Telerik team
answered on 27 Mar 2013, 12:39 PM
Hello Michael,
Unfortunately, such cause data is not available in the hashChange window event (which the router uses internally). If you need such logic, you may bind to the link click event and perform additional logic in the handler, calling navigate afterwards.
Regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!