kendo.mobile.ui.ModalView
Represents the Kendo UI Mobile ModalView widget. Inherits from kendo.mobile.ui.Widget.
<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>