-
7 Mar 2012 4:50 AM #1
Using Grid Panel Generates Error
Using Grid Panel Generates Error
I have a very simple project with a Panel that is the initial view with a Grid Panel.
I don't change any settings on the Grid Panel and I get an error:
Uncaught TypeError: Cannot read property 'isStore' of undefined ext-all-debug.js:43765
When I do add a store I get:
Uncaught TypeError: Cannot call method 'on' of undefined ext-all-debug.js:13324
-
7 Mar 2012 7:33 AM #2
Hi Paul,
Can you attached the project here or send us an pm/email if the project has sensitive info.
Can you also add the steps to reproduce the error?Bharat Nagwani
Sencha Designer Development Team
-
7 Mar 2012 12:07 PM #3
Here is a very small simple test app with the problem.
-
7 Mar 2012 1:19 PM #4
Okay using the project, how do we reproduce the problem?
It sounds like you are being affected by the Ext JS MVC issue that requires storeId and userClassName of your stores to be the same thing.Aaron Conran
@aconran
Sencha Architect Development Team
-
7 Mar 2012 1:51 PM #5
Making sure the storeId and userClassName were the same appeared to fix it.
I didn't know about that.
Thanks
-
7 Mar 2012 1:52 PM #6
Thanks, we are going to make this more clear in future versions.
You shouldn't have to know about it.Aaron Conran
@aconran
Sencha Architect Development Team
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote