Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Activates the router binding to the URL changes.
The start method should only be called once the routes have been registered. Otherwise the route for the current page/fragment will not be called.
start
<script> var router = new kendo.Router(); $(function() { router.start(); }); </script>