Hi,
On my page i have two kendo dialog window and both are having the same div class and trying to close the window using following code
window.parent.$('.k-window-content.k-content.k-window-iframecontent').data('kendoWindow').close();
But above code only close the first window not the second one. I want to close the second window.
NOTE:window.parent.$('.k-window-content.k-content.k-window-iframecontent').length;
above code returns
returns 2.
How can i close the second window instead of first one?
Kindly suggest.