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

Init

events

Fires the first time the view renders.

<div id="app"></div>

<script>
/* The result can be observed in the DevTools(F12) console of the browser. */
var view = new kendo.View("Hi!", { init: function() { console.log("View is initiated"); } });
view.render($("#app"));
</script>
Not finding the help you need?
Contact Support