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


A Kendo UI Window widget is used to show any HTML content in a pop-up window or a modal window. The window content is shown on top of the other content in the page and has a title bar with a close button. The content can be either static HTML, or it can be loaded dynamically using Ajax. Any DOM node in the page can be initialized to a window, that is, the content of any element in the DOM can be wrapped inside a window. Also, the window can be resized, moved, and closed.

The Kendo UI Window widget provides several configuration options that can be used to customize the actions that can be applied and also the look and feel of the widget. In this recipe, we will first see how to create a pop-up window and configure it as a modal. Then, we will customize the look the feel of the window and use APIs to invoke actions on the window object.