Hi , i have two Ext.grid.GridPanel but i have reconfigure from one to another.
How do i use reconfigure in Extjs .
Ext.reg('printsuppliers1', supplierlist1.Grid);
Ext.reg('printsuppliers2', supplierlist2.Grid);
here supplierlist1 has an actionlistner added say 'click' so when this actionlistener is invoked i want to reconfigure supplierlist2.Grid ,can any body help me on this please ??