modal Boolean
(default: true)
When set to false, the ModalView will close when the user taps outside of its element.
<div data-role="view">
Open Modal
</div>
<div data-role="modalview" id="my-modal" data-width="200" data-height="200" data-modal="false">
Hello!
</div>
<script>
new kendo.mobile.Application();
</script>