2012-02-24 53 views

回答

4

我想通了,我自己的解決方案:

var store = new ItemFileWriteStore({data: somedata}); 

thisObj.myGrid.store.close(); 
thisObj.myGrid.setStore(store); 
相關問題