Search code examples
extjsstoredestroy

Ext js autoDestroy on Store


I have a Store connected to a grid an configured autoDestroy as true. Will the store be destroyed when the grid is destroyed?


Solution

  • Yes, that's what it says in the docs.