Chapter 4. Integration Using Framework Elements
In this chapter, we will get introduced to some of the important Kendo Framework elements such as DataSource, Templates, MVVM and more. Later in this chapter, we will discuss and see how to integrate the Web API backend with the Kendo UI frontend by building the User Account screen of the Movie Tickets application. We will also discuss how to modularize our JavaScript code by implementing a Revealing Module Pattern and see how to CORS enable our Web API service.
We will cover the following topics in this chapter:
- DataSource
- Templates
- MVVM
- Integrating with the Movie Tickets app
The Kendo UI's Framework elements differentiate Kendo UI from all the other HTML5/JavaScript frameworks available in the market by providing powerful components, which facilitates a solid base for building both web and mobile applications. While most other frameworks just provide certain features such as UI widgets, routing, templating, and so on individually...