刷新組合框的數據被陷在組合框中的刷新數據在ExtJS的4, 按鈕點擊試圖通過重裝店重裝組合數據 -在ExtJS的4
Ext.StoreManager.lookup('test').load();
商店重新加載,但數據不反映在組合框上。
有什麼辦法嗎?
{
xtype : 'combo'
,fieldLabel : 'Default Role'
,name : 'org_default_role'
,store : Ext.create('ASA.store.Roles')
,displayField : 'role_rolename'
,valueField : 'role_id'
,queryMode : 'local'
,labelWidth : 100
,width : 241
,triggerAction : 'all'
}
它應該這樣做,你的組合框如何綁定到你的商店?你能再展示一些代碼嗎? – dougajmcdonald
嗨,你可以請檢查我的代碼我已編輯我的文章與組合代碼 – Kanchan
如果您將queryMode屬性更改爲'remote': ',queryMode:'remote'' –