<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.1.322/styles/kendo.common.min.css">
<link rel="stylesheet" href="http://cdn.kendostatic.com/2012.1.322/styles/kendo.default.min.css">
<script src="http://cdn.kendostatic.com/2012.1.322/js/kendo.all.min.js"></script>
<script src="http://dynamic.mavistech.com/scripts/kendoextensions.js"></script>
<p>This is a demo page to show how to show the confirmation window if there a dirty data in the grid using my Kindow Windo extensions</p>
<div>
<button class="k-button" id="windowBtn">Open modal window</button>
</div>
<div id='demoKendoWindow'>
<div id="grid"></div>
</div>