Kendo UI for jQuery Window Overview

The Window displays content in a modal or non-modal HTML window.

ninja-iconThe Window component is part of Kendo UI for jQuery, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

By default, the user can move, resize, and close a Window. Its content can also be defined either as static HTML or dynamically loaded with AJAX.

Functionality and Features

FeatureDefinition
AnimationsThe Window provides animation effects on its opening and closing, and an option to configure their duration.
PositioningThe Window API allows you to control how and where it will be positioned. You can also restrain its movement within a container.
DimensionsYou can use the available options to configure the width and height of the component.
Custom actionsApart from the predefined Window actions, you can also add custom ones such as close, minimize, and more.
Content operationsYou can load the Window's content through an AJAX request and you can also choose whether to place it in an iframe.
GlobalizationThe Window supports globalization to ensure that it can fit well in any application, no matter what languages and locales need to be supported. Additionally, the Window supports rendering in a right-to-left (RTL) direction.
AccessibilityThe Window is accessible for screen readers, supports WAI-ARIA attributes, and delivers keyboard shortcuts for faster navigation.

Next Steps

See Also