1. #1
    Ext GWT Premium Member
    Join Date
    Feb 2011
    Posts
    127
    Vote Rating
    0
    bluemartini is on a distinguished road

      0  

    Default 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()));
    

  2. #2
    Sencha User
    Join Date
    Jan 2008
    Posts
    154
    Vote Rating
    0
    NotChris is on a distinguished road

      0  

    Default


    Is this something planned in a future release?

  3. #3
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,706
    Vote Rating
    107
    Answers
    60
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Its no longer required. Take a look at this example: http://www.sencha.com/examples-dev/#...e:groupinggrid