HTML5
<section id="leftcontainer"></section>
<section id="maincontainer" ></section>
I am loading one kendo window in leftcontainer and four kendo windows in maincontainer.
Now i want to close or destroy the windows, which in maincontainer and retain leftcontainer
Same time i am not aware of windows name because all windows are creating during runtime but i have maincontainer reference
Please advise me how to proceed this.
<section id="leftcontainer"></section>
<section id="maincontainer" ></section>
I am loading one kendo window in leftcontainer and four kendo windows in maincontainer.
Now i want to close or destroy the windows, which in maincontainer and retain leftcontainer
Same time i am not aware of windows name because all windows are creating during runtime but i have maincontainer reference
Please advise me how to proceed this.