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

Height

configuration

Defines the notifications' height. Numbers are treated as pixels.

height

Number|String

Default: null

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