I have pop up the Kendo Window. But it pops up only on first time.
And after closing the window it doesn't works again.
$("#open1").click(function() {
$("#win1").show().kendoWindow({
width: "300px",
height: "100px",
modal: true,
title: "Window 1"
});
});
Here is the window pop up which I have done.