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

Title

configuration

The text in the dialog title bar. If false, the dialog will be displayed without a title bar.

title

String|Boolean

Default: ""

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