-
20 Apr 2012 6:07 AM #1
Unanswered: GroupingStore in 3.0?
Unanswered: GroupingStore in 3.0?
We are converting from 2.1 to 3.0. What is the equavalent in 3.0 of GroupingStore?
In 2.1, we have:
Code:store_ = new GroupingStore<ModelData>();Code:store_.groupBy("status"); store_.setStoreSorter(new StoreSorter<ModelData>(new ComparatorIgnoreCase()));
-
24 Apr 2012 11:02 AM #2
Is this something planned in a future release?
-
24 Apr 2012 11:02 AM #3
Its no longer required. Take a look at this example: http://www.sencha.com/examples-dev/#...e:groupinggrid


Reply With Quote