[CLOSED] Grid.view.refreshRow too slow. Is there an alternative?

  1. #1

    [CLOSED] Grid.view.refreshRow too slow. Is there an alternative?

    I have a grid of 100 rows. When a button is pressed, it may affect the state of 50 rows locally on the client side. If I loop and refresh all 50 one by one, it takes forever and IE starts to complain I have long running script. Looking at the source code, it seems to be rebuilding the entire row and swapping it out isntead of updating the correct markups. Is there a faster version of refreshRow?
    Last edited by Daniil; Mar 21, 2011 at 7:19 PM. Reason: [CLOSED]
  2. #2
    Hi,

    What about to refresh whole view? It should be much faster
    GridPanel1.getView().refresh(false); // false - do not rerender header

Similar Threads

  1. Replies: 7
    Last Post: Mar 27, 2013, 6:07 AM
  2. Replies: 7
    Last Post: Jul 04, 2012, 3:58 PM
  3. [CLOSED] How to add alternative color for grid panel rows?
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 12, 2012, 4:00 PM
  4. [CLOSED] Slow grid fillup using addRecord
    By Inoventus in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Nov 10, 2010, 5:32 PM
  5. Grouped grid very slow
    By testix in forum 1.x Help
    Replies: 3
    Last Post: Sep 19, 2009, 1:46 PM

Posting Permissions