alert

Opens a Kendo UI Alert popup. Similar to the native window.alert() method.

Example - Open a Kendo UI Alert on the page

<script>
    kendo.alert("This is an alert popup!");
</script>

Parameters

text String

The text to be shown in the Alert popup.

In this article