You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
If you render a grid to a tabpanel with more than one tab, selecting the tab with the grid on second time will not make grid visible.
I've found out that if you comment a few lines of code in Ext.ux.AutoGridPanel.js file it will work correctly:
//this.on("show", this.onShow, this);
Hi,
If you render a grid to a tabpanel with more than one tab, selecting the tab with the grid on second time will not make grid visible.
I've found out that if you comment a few lines of code in Ext.ux.AutoGridPanel.js file it will work correctly:
//this.on("show", this.onShow, this);
/onShow:function() {
//console.log('autogrid onShow');
},/
The text was updated successfully, but these errors were encountered: