Category: Kendo UI

Javascript Kendo UI

Kendo UI: Creating an Dynamic Input Form from an External JSON ViewModel

One of my favorite features of Kendo UI is its support for MVVM through the kendo.observable object. Creating an observable ViewModel allows you to declaratively and intuitively bind data using the “data-bind” attribute, with virtually no code. Using this method, you can even generate a form on the fly, specifying not only different field types, […]

CONTINUE READING