-
17 Mar 2011 11:55 AM #1
[OPEN-EXTJSIV-214] Grid does not work, if the 'store' config is set a storeId
[OPEN-EXTJSIV-214] Grid does not work, if the 'store' config is set a storeId
from API Docs;
This approach does not work anymore. It was working in PR3.Registering with StoreMgr
Any Store that is instantiated with a storeId will automatically be registed with the StoreMgr. This makes it easy to reuse the same store in multiple views:
Code://this store can be used several times new Ext.data.Store({ model: 'User', storeId: 'usersStore' }); new Ext.grid.GridPanel({ store: 'usersStore', //other config goes here });
OS : Windows 7 Pro SP1
Browser: Chrome 10.0
Ext: 4.0PR5
-
19 Mar 2011 3:39 AM #2
Here is the patch for this bug.
change
file: src/panel/TablePanel.js line: 144
(file: ext-all-debug.js line:47798)
toCode:me.store.on({
Code:me.getView().store.on({
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-212] Ext.data.Store.sync() does not update 'id' of phantom records
By madrabaz in forum Ext:BugsReplies: 5Last Post: 6 Apr 2012, 1:38 AM -
[FIXED-EXTJSIV-177][PR4] Grid Plugins Example disabled button error in IE7
By slemmon in forum Ext:BugsReplies: 1Last Post: 11 Apr 2011, 8:12 PM -
[FIXED-EXTJSIV-188] Errors closing grid.
By James Goddard in forum Ext:BugsReplies: 7Last Post: 7 Apr 2011, 8:12 AM -
[FIXED-EXTJSIV-194] Grid Scroll Issues
By James Goddard in forum Ext:BugsReplies: 2Last Post: 1 Apr 2011, 11:05 AM -
[OPEN-EXTJSIV-206] Ext.grid.GridPanel headers only accepts array
By 4CastRisk in forum Ext:BugsReplies: 0Last Post: 20 Mar 2011, 4:09 PM


Reply With Quote