How to handle incoming ajax requests after destroying window?
问题 I create a window containing grids that send off ajax requests. Now, I immediatley close the window again before the grids are fully created and the ajax requests return. I have two problems: My components within a window are still "alive" after a window is destroyed Chrome console lists them. Although my window has the autoDestroy: true the gridpanel and store are still existing after the window is closed. When closed, the destroy event is fired. Docs say, all components under the window