title.encodedBooleandefault: true

Specifies whether the title text will be encoded.

Example

<div id="dialog"></div>
<script>
$("#dialog").kendoWindow({
  title: {
    text: "<b>Customer details</b>",
    encoded: false
  }
});
</script>
In this article
title.encoded
Not finding the help you need?
Contact Support