how to refresh Window in extjs
- by vaishali
i have one window in that i passed two dynamic gridPanel 1)FeaturGrid 2)gvpropertywn.
i want to refresh testWin (Window) how i can?
can u pls help me?
testWin = new Ext.Window({
id:'resultwindow',
title: LangVarTestWinText,
width: 400,
height: 300,
layout : 'border',
closeAction:'hide',
closable : true,
//items:[FeaturGrid]
items:[FeaturGrid,gvpropertywn]
});
}