Kendo UI for jQuery Notification Overview

The Notification provides a styled UI component with arbitrary content which can provide information to the user on various occasions.

You can initialize the Notification from any element because the component does not manipulate the content of that element. The element will be hidden if the component is used with popup notifications or if static notifications are not appended to the Notification element. In these two cases it is assumed that the element will not be needed.

However, if the Notification element is intended to contain static (non-popup) notifications, then its tag is recommended to be such so as to allow the nesting of elements inside the notification template. For example, inline elements, such as <span>, <a>, or <em>, cannot contain block elements, such as <div>, <p>, <ul>, <li>, or headings. It is perfectly fine to use a <div> element for initiating the component.

Kendo UI for jQuery Kendoka image

The Notification 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.

Kendo UI for jQuery Notification Overview

Functionality and Features

  • Notification types—The Notification supports a set of built-in types which indicate the outcome of a process, for example, success or error.
  • Messages—You can use the popup and static layout of the Notification to communicate its message.
  • Hiding—The Notification enables you to configure the duration it will remain open after its initial load.
  • Templates—You can also apply a template to the corresponding built-in or custom notification type and customize the behavior and styling of the component.
  • Globalization—The Notification provides globalization options to fit well in any application no matter what languages and locales are required, and also enables you to position it and render its content in a right-to-left (RTL) direction.

See Also

In this article