gtsafas
7 Aug 2012, 12:35 PM
I have a buffered data grid which I update records for. These get inserted via javascript and are kept in sync on the back end. Since data gets cached in buffered grid I found that doing a grid.store.pageMap.clear() forced a new call to my backend and the data was updated fine.
We have now upgraded to the most recent extjs and I can say I do not get the same behavior. I would almost expect that since I know this is a private method.
Can anyone offer suggestions? or is there a better way to do this all together? Thanks!
We have now upgraded to the most recent extjs and I can say I do not get the same behavior. I would almost expect that since I know this is a private method.
Can anyone offer suggestions? or is there a better way to do this all together? Thanks!