1. #1
    Sencha Premium Member
    Join Date
    Mar 2012
    Posts
    82
    Vote Rating
    3
    Answers
    2
    esag_dk is on a distinguished road

      0  

    Default Unanswered: (Tree)Grid: refresh only one row, cell or column

    Unanswered: (Tree)Grid: refresh only one row, cell or column


    I'm using a quite complex TreeGrid and I need to update the values of one column. I assume grid.getView().refresh(false) repaints the whole grid, although it is not necessary here. Is there a way to refresh/repaint only some cells/columns/rows to make it faster?

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,753
    Vote Rating
    113
    Answers
    60
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    You can call the update method on the store to only update the specific row.

  3. #3
    Sencha Premium Member
    Join Date
    Mar 2012
    Posts
    82
    Vote Rating
    3
    Answers
    2
    esag_dk is on a distinguished road

      0  

    Default


    Thanks, that's what I've needed!