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

Don't work ComboBox with GridPanel #21

Open
telepenin opened this issue Sep 8, 2014 · 1 comment
Open

Don't work ComboBox with GridPanel #21

telepenin opened this issue Sep 8, 2014 · 1 comment

Comments

@telepenin
Copy link

Hello!

I have some problem with ComboBox (or TreePanel) and GridPanel with different Stores.
Grid receives data from ComboBox (or TreePanel) if they exists and if gridStore have autoLoad=true.
But when I try execute

Ext.getStore('gridStore').reload()

I see correct binding data to grid.

@telepenin
Copy link
Author

It's occur, because parameter messageQueue in Ext.ux.WebSocket is mutable. This parameter must be initialize in constructor.
The same behavior callbacks in Ext.ux.data.proxy.WebSocket.
Do you need pull request?

telepenin added a commit to telepenin/Ext.ux.data.proxy.WebSocket that referenced this issue Sep 8, 2014
telepenin added a commit to telepenin/ExtJS-WebSocket that referenced this issue Sep 8, 2014
richard-vd pushed a commit to richard-vd/ExtJS-WebSocket that referenced this issue Sep 27, 2015
richard-vd pushed a commit to richard-vd/Ext.ux.data.proxy.WebSocket that referenced this issue Sep 28, 2015
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

Successfully merging a pull request may close this issue.

1 participant