This issue duplicates another issue.
  1. #1
    Sencha User bpjohnson's Avatar
    Join Date
    Jun 2007
    Location
    Atlanta, GA
    Posts
    46
    Vote Rating
    0
    bpjohnson is on a distinguished road

      0  

    Default Lockable, Stateful Grid Error

    Lockable, Stateful Grid Error


    REQUIRED INFORMATIONExt version tested:
    • Ext 4.1.1a
    • Ext 4.2.0.265 beta 2
    Browser versions tested against:
    • Chrome 24.0.1312.57
    • Firefox 18.0.2
    DOCTYPE tested against:
    • PHP Code:
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"
    Description:
    • Cannot enable statefulness and locking at the same time.
    Steps to reproduce the problem:
    • Drop the attached locking-group-summary-grid.js in your examples/grid folder.
    • Visit examples/grid/locking-group-summary-grid.html
    • Change column order or sorting.
    • Reload.
    The result that was expected:
    • The grid should reload with the new column sorting/ordering in place.
    The result that occurs instead:
    • TypeError: array[i] is undefined in ext-all-debug.js line 1719
    Test Case:
    Possible fix:
    • According to Illuminations and Firebug, the array in question seems to be an Ext.util.AbstractMixedCollection and not an array at all. I don't know if that helps.

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,582
    Vote Rating
    433
    mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of mitchellsimoens has much to be proud of

      0  
    Mitchell Simoens @SenchaMitch
    Sencha Inc, Senior Forum Manager
    ________________
    http://www.JSONPLint.com - Source to lint your JSONP!

    Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
    https://github.com/mitchellsimoens

    Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/

    Need more help with your app? Hire Sencha Services services@sencha.com

    Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!

    When posting code, please use BBCode's CODE tags.