citynong
19 Apr 2011, 5:07 PM
How to insert a designated store to another store???
Thanks!
tomalex0
19 Apr 2011, 11:25 PM
Are you trying to load data to another store. If your both store shares same model, this should work.
store2.add(store1.data)
or
store2.loadData(store1.data)
Also look into snapshot property of store
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.