This document discusses MVVM (Model-View-ViewModel) patterns with Kendo UI. It describes the Model, View and ViewModel components in MVVM and how they relate. It provides examples of binding the View to the ViewModel, using observable arrays, getting/setting field values, and calculated fields. It also covers different Kendo UI binding types like attr, source, custom bindings and references further MVVM resources.