width Number

The width of the ModalView container in pixels. If not set, the element style is used.

    <div data-role="view">
      Open Modal
    </div>


    <div data-role="modalview" id="my-modal" style="width: 200px; height: 200px;">
      Hello!
    </div>

    <script>
    new kendo.mobile.Application();
    </script>
In this article