It would be great to have "replace" and "reload" methods on the kendo router. Similar to the window.location.replace and window.location.reload methods. This would be extremely useful for SPA development.
replace method is available for the router: http://docs.telerik.com/kendo-ui/api/framework/router#methods-replace For reloading you should be able to use the navigate method: http://docs.telerik.com/kendo-ui/api/framework/router#methods-navigate