Fiddle example show the issue - run the fiddle and then click on the "Reload Store" button to see the problem.


http://ift.tt/XwCBcn

Ext version tested:


Browser versions tested against:


DOCTYPE tested against:


Description:



  • After initial store load, when you have a grouped grid and startCollapsed is set to true, removing all records (store.removeAll()) and reloading store (store.load()) causes the startCollapsed flag to be set to false.


Steps to reproduce the problem:



  • Run fiddle example

  • Click on the "Reload Store" button


The result that was expected:



  • Store/grid reloaded with groups collapsed


The result that occurs instead:



  • Store/grid reloaded and groups are expanded