Grid Panel Editing Slow While I use GridPanel.view.refresh() method

  1. #1

    Grid Panel Editing Slow While I use GridPanel.view.refresh() method

    Hi,

    I have 300 Rows and 100 Columns in my GridPanel. I have written CellEditing plugin and <Edit Fn="editGrid" > listerner.
    In editGrid function of javascript, I have written GridPanel1.view.refresh(); statement. When I comment this statement the editing is fast. otherwise its very slow even I edit one cell it takes 8-9 second to jump in second grid.
    As GridPanel1.view.refresh(); is compulsory to me because I am changing other cell's value of same row like
    App.Store1.getAt(e.rowIdx).data.OtherFiled = calcultedValue;

    So is there any other solution to refresh only one cell so that it becomes fast editing.

    Thanks
    Shailesh
  2. #2
    Hello!

    Here is related thread. If you need some clarifications please, provide an example of your problem.

    http://forums.ext.net/showthread.php?13055
  3. #3
    Hello,

    This thread helped me to get solution.

    Thanks a lot

    Shailesh

Similar Threads

  1. Replies: 7
    Last Post: Mar 27, 2013, 6:07 AM
  2. [CLOSED] Grid Panel - Conditional Editing
    By adelaney in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 17, 2012, 6:03 AM
  3. [CLOSED] Grid.view.refreshRow too slow. Is there an alternative?
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 16, 2011, 10:40 PM
  4. Replies: 8
    Last Post: May 28, 2009, 8:18 PM
  5. Replies: 3
    Last Post: Jan 03, 2009, 10:41 PM

Posting Permissions