Tom23
30 Dec 2009, 2:51 AM
Steps to reproduce:
Open http://www.extjs.com/deploy/ext-3.1.0/examples/grid/grouping.html
Enter this in Firebug:
var grid = Ext.ComponentMgr.all.items[1];
grid.store.clearGrouping();
grid.store.groupBy('industry');
Experienced result:
GroupingView does refresh when calling clearGrouping()
GroupingView does not refresh when calling groupBy()
Expected result:
GroupingView should refresh in both cases (or never).
Note:
It used to work in Ext 3.0.x
http://www.extjs.com/deploy/ext-3.0.0/examples/grid/grouping.html
Open http://www.extjs.com/deploy/ext-3.1.0/examples/grid/grouping.html
Enter this in Firebug:
var grid = Ext.ComponentMgr.all.items[1];
grid.store.clearGrouping();
grid.store.groupBy('industry');
Experienced result:
GroupingView does refresh when calling clearGrouping()
GroupingView does not refresh when calling groupBy()
Expected result:
GroupingView should refresh in both cases (or never).
Note:
It used to work in Ext 3.0.x
http://www.extjs.com/deploy/ext-3.0.0/examples/grid/grouping.html