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

Closable

configuration

Specifies whether a close button should be rendered at the top corner of the dialog.

closable

Boolean

Default: true

<div id="dialog"></div>
<script>
$("#dialog").kendoDialog({
  title: "Kendo Dialog Component",
  content: "This is your Kendo Dialog.",
  closable: true
});
</script>
Not finding the help you need?
Contact Support