Book Image

Kendo UI Cookbook

By : Sagar Ganatra
Book Image

Kendo UI Cookbook

By: Sagar Ganatra

Overview of this book

Table of Contents (18 chapters)
Kendo UI Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


The Kendo UI Mobile library contains a multitude of widgets that can be readily used in your mobile applications. These widgets allow you to build some of the common mobile-related workflows by configuring them to match your needs. Some of the commonly used widgets include ListView, ScrollView, ActionSheet, TabStrip, and Navbar. The library also provides a SplitView widget that can be used in tablet applications.

In this chapter, we will see how to create ListView that displays a flat or hierarchical collection of data; then, visit some of the configuration options that can be used to achieve some of the workflows, for example, building an endless scrolling list. The ActionSheet widget is then used to perform an action on the selected list element. We will also see how a gallery-like application can be created using the ScrollView widget. The SplitView widget is used in tablets to display two different views in a single page and bind the interaction between them.