New to Kendo UI for jQueryStart a free 30-day trial

Start

methods

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.

<script>
var router = new kendo.Router();

$(function() {
    router.start();
});
</script>
Not finding the help you need?
Contact Support