Store value maintaining

  1. #1

    Store value maintaining



    Hi,

    When i used this .


    http://forums.ext.net/showthread.php...4560-16-1.aspx

    its not working for me see. my code here.
  2. #2

    RE: Store value maintaining

    Hi,

    I can't test your example because it doesn't compile. Please create example which I can run locally
  3. #3

    RE: Store value maintaining



    Hi,

    I used the line provide by you.
    You have to call

    <DIV class=forum-code>
    this.store.groupBy(this.store.groupField, true);
    instead
    this.view.refresh();
    in the NextRow function












    but when i put this line in my code its not working....
    store is not maintaining the changed value..






    </PRE>
  4. #4

    RE: Store value maintaining

    Hi,

    That line works fine with the example from that topic. I can't test it with the example from this topic because it doesn't compile.


    Did you try this line with example - http://forums.ext.net/showthread.php...4560-16-1.aspx?


    this.store.groupBy(this.store.groupField, true);

  5. #5

    RE: Store value maintaining



    Hi,

    This line working in that sample but when i write this line in my code its not working.
    i dont no why..

    whats the problem in my code..

  6. #6

    RE: Store value maintaining

    Hi,

    Please provide code which I can run locally (just I can't run your previous code)

Similar Threads

  1. [CLOSED] Store: Is it possible to QueryBy a store with another store?
    By nhg_itd in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 03, 2011, 9:38 AM
  2. Replies: 1
    Last Post: Nov 01, 2010, 9:00 PM
  3. [CLOSED] Maintaining row position after GridPanel reload
    By ecerrillos in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 20, 2010, 2:24 PM
  4. [CLOSED] Maintaining Tree State after Refresh
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 08, 2009, 6:57 PM
  5. Replies: 1
    Last Post: Jan 25, 2009, 8:33 AM

Posting Permissions