New to Kendo UI for jQueryStart a free 30-day trial

Hide

methods

Hides all notifications from the given widget instance.

If you intend to use this method to dispose of all visible messages before showing new ones, then use the getNotifications() method instead, unless animations are disabled.

<span id="notification"></span>
<script>
var notificationWidget = $("#notification").kendoNotification().data("kendoNotification");

notificationWidget.show("foo");
notificationWidget.show("bar");

notificationWidget.hide();
</script>
Not finding the help you need?
Contact Support