Do we have ReloadOnshow="True" property for Kendo UI Window too.......
And this is the expected way to refresh the content in the window when displayed several times.
var window = $("#window").data("kendoWindow");
window.refresh();
This will solve the above problem