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

MinWidth

configuration

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

minWidth

Number

Default: 50

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