-
9 Aug 2011 6:44 AM #1
panel.Tree: reconfigure error.
panel.Tree: reconfigure error.
Hi. Can someone please help me with my problem. I am using tree panel - tree grid. I want to change store dinamicaly, but I always get the same error.
RowModel.js:398
Uncaught TypeError: Object [object Object] has no method 'indexOf'
Is this a bug?Code:... listeners: { click: function(button, e, options) { tree.reconfigure(issuesStore); // - does't work with columns either issuesStore.load({ params:{ project_id: 2 // just for testing } }); } } ...
-
9 Aug 2011 8:16 AM #2Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 52
Yes it's a bug, still there in 4.0.5 - you should report it in the Bugs forum section so Sencha can fix it

-
19 Aug 2011 10:04 AM #3
-
16 Jan 2012 3:55 PM #4
Does anyone know of a way to circumvent this bug?


Reply With Quote