Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second click on tab with grid #5

Open
mjsrs opened this issue Oct 14, 2010 · 0 comments
Open

Second click on tab with grid #5

mjsrs opened this issue Oct 14, 2010 · 0 comments

Comments

@mjsrs
Copy link

mjsrs commented Oct 14, 2010

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');
},
/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant