ext的bug导致,重写一下gridpanel对象
Ext.override(Ext.grid.Panel,{
initComponent:function(){
this.callParent(arguments);
if(this.lockedGrid){
this.lockedGrid.setVisible(true);
}
}
});
ext的bug导致,重写一下gridpanel对象
Ext.override(Ext.grid.Panel,{
initComponent:function(){
this.callParent(arguments);
if(this.lockedGrid){
this.lockedGrid.setVisible(true);
}
}
});