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

Model

configuration

The MVVM model to bind the element to.

model

ObservableObject

Default: null

<div id="app"></div>
<script>
 var foo = { foo: "foo" }
 var view = new kendo.View('<span data-bind="text:foo"></span>', { model: foo });
 view.render($("#app"));
</script>
Not finding the help you need?
Contact Support