[CLOSED] performance issue for record.endEdit();

  1. #1

    [CLOSED] performance issue for record.endEdit();

    Hi:

    We have a page which has a gridpanel. The user can change the value in cell and click tab button to navigate to next cell.
    In the "AfterEdit" event handler of gridpanel, we have some business logic calculati6on and update the value in store by:
    record.beginEdit();
    record.set('field', value);
    record.endEdit();
    Right now we found the performance of tabbing is very poor, as there is like 3-4 second delay when you navigate to the next cell on a low profile machine.
    The problem we spotted is when we call "record.endEdit()", the tabbing's performance is very good but the view won't update the store's changes.

    Is there any idea or suggestion we can do to improve the record.endEdit() performance?

    Thank you
    Last edited by Daniil; Feb 19, 2013 at 3:32 AM. Reason: [CLOSED]
  2. #2
    Hello!

    Couldn't reproduce your problem. Can you provide example of this problem?

Similar Threads

  1. [CLOSED] Performance Issue with CommandColumn
    By blueworld in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 04, 2012, 3:52 PM
  2. [CLOSED] .getForm().loadRecord(record) performance problem
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Aug 14, 2012, 7:29 AM
  3. Replies: 4
    Last Post: Oct 26, 2010, 10:15 AM
  4. [CLOSED] Performance issue
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 07, 2009, 9:51 AM
  5. [CLOSED] Performance issue with 0.8
    By reinout.mechant@imprss.be in forum 1.x Legacy Premium Help
    Replies: 13
    Last Post: Mar 26, 2009, 7:31 PM

Posting Permissions