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

MaxWidth

configuration

The maximum width (in pixels) that may be achieved by resizing the dialog.

maxWidth

Number

Default: Infinity

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