1. #1
    Sencha User
    Join Date
    Sep 2011
    Location
    Boston
    Posts
    92
    Vote Rating
    5
    Answers
    4
    drb is on a distinguished road

      0  

    Default Unanswered: Can I temporarily disable NestedList Sort?

    Unanswered: Can I temporarily disable NestedList Sort?


    Touch 2.1.0-rc2

    I have a sort set for a NestedList store. If I change any property in any record, it forces a sort (and scroll to top) for the entire list for every change.

    Sort seems to be very slow and a lot of sorts (15 records changed so 15 sorts) is noticeable to the user.

    I tried setting the store's sort to [ ] but then the displayed list gets reordered.

    Is there any way to disable the sort when I know I am changing many records or when I know I am NOT changing a sort field?

    And how do I keep it from scrolling to the top?

    Thanks
    David

  2. #2
    Sencha - Senior Forum Manager mitchellsimoens's Avatar
    Join Date
    Mar 2007
    Location
    St. Louis, MO
    Posts
    33,599
    Vote Rating
    434
    Answers
    3102
    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  

    Default


    For the scrolling to top you can try using the scrollToTopOnRefresh config on the list (so in listConfig)
    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.

  3. #3
    Sencha User
    Join Date
    Sep 2011
    Location
    Boston
    Posts
    92
    Vote Rating
    5
    Answers
    4
    drb is on a distinguished road

      0  

    Default


    Thank you for the scrollToTopOnRefresh.

    Should I be submitting the other problems as Bugs?