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

AutoHideAfter

configuration

Indicates the period in milliseconds after which a notification disappears automatically. Setting a zero value disables this behavior.

Default: 5000

<span id="notification"></span>
<script>
$("#notification").kendoNotification({
    autoHideAfter: 3000
});
$("#notification").getKendoNotification().show("Kendo Notification");
</script>
<span id="notification"></span>
<script>
$("#notification").kendoNotification({
    autoHideAfter: 0
});
$("#notification").getKendoNotification().show("Kendo Notification");
</script>
Not finding the help you need?
Contact Support