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

Width

configuration

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

width

Number|String

Default: null

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