Hi there,
I have a Datasource where I've set dropCacheOnUpdate="true" because we kept having issues with synchronizing the cache between multiple grids. And, dropCacheOnUpdate seems to have resolved those issues.
However, in editComplete, I was calling resultSet.getRange() in order to do some calculations and that is now giving me the array with "loading" markers. I tried using dataArrived() instead but dataArrived is not firing in response to a call saveAllEdits() as editComplete does. So, any ideas how I can be sure that resultSet.getRange is going to return the actual data in this case?
I have a Datasource where I've set dropCacheOnUpdate="true" because we kept having issues with synchronizing the cache between multiple grids. And, dropCacheOnUpdate seems to have resolved those issues.
However, in editComplete, I was calling resultSet.getRange() in order to do some calculations and that is now giving me the array with "loading" markers. I tried using dataArrived() instead but dataArrived is not firing in response to a call saveAllEdits() as editComplete does. So, any ideas how I can be sure that resultSet.getRange is going to return the actual data in this case?
Comment