This sounds like good news to me. Will reloading the buffered store with a whole new dataset be pretty straightforward in 4.1?
This sounds like good news to me. Will reloading the buffered store with a whole new dataset be pretty straightforward in 4.1?
Not sure what you mean by that. A Store maps to a URL which references a certain query.
I was having some trouble refreshing a buffered store in 4.0.2 and had asked how to go about refreshing it in the following form post:
http://www.sencha.com/forum/showthread.php?143706-4.0.2a-Trouble-refreshing-a-buffered-store
And the answer seemed to be "Just wait until 4.1".
I'd have to try it. Off the cuff, I'd say that in 4.1.0RC1 you'd do
Code:myStore.pageMap.clear(); // Empty the entire page cache myStore.loadPage(1);
That sounds great. I'll certainly be checking it out when the RC series launches.
Thx.
Check out the new thread on grids and their API. In short, the guaranteeRange API will work in 4.1 RC1 though (to maintain compatibility with its current meaning), it is not recommended.
http://www.sencha.com/forum/showthre...rolling-in-4.1
Don Griffin
"Use the source, Luke!"