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
ObservableObject
The MVVM model to bind the element to.
<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>