Completed
Last Updated: 09 May 2014 13:41 by ADMIN
Jonathan
Created on: 07 May 2014 15:10
Category: Kendo UI for jQuery
Type: Feature Request
1
Add replace and reload methods to the kendo router
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. 
1 comment
ADMIN
Telerik Admin
Posted on: 09 May 2014 13:41
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