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

Size

configuration

Set predefined size to the dialog. The width and height configuration options override the predefined size.

Possible values are:

  • auto
  • small
  • medium
  • large

size

String

Default: "auto"

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