The Model View ViewModel (MVVM) design patter has revolutionized the development process by separating the data (the Model) from the UI (the View). When using this practice, data objects are exposed in a way that any UI component can consume them. The Kendo UI for jQuery MVVM library helps you take advantage of this practice by giving you the foundation you need. Central to this are Bindings which pairs DOM elements to fields or methods. Explore the demos linked below to see how it works: