Close all windows

Thread is closed for posting
1 posts, 0 answers
  1. 63F75A2C-1F16-4AED-AFE8-B1BBD57646AD
    63F75A2C-1F16-4AED-AFE8-B1BBD57646AD avatar
    1572 posts
    Member since:
    Oct 2004

    Posted 14 May 2012 Link to this post


    PROJECT DESCRIPTION 
    If you need to close all window widgets on the page, use the following code:

    $(".k-window-content").each(function(){
      $(this).data("kendoWindow").close();
    });

Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.