I have a problem with kendowindow close function, It's not working in a code like this
function buttonclick(){
$("#Window1").data("kendoWindow").close();
$("#loadingpopup").show();
GetDatafromfunc1();
}
It's close at the end of GetDatafromfunc1() execution. how to fix this?