-
8 Oct 2012 8:49 AM #11
-
25 Oct 2012 7:59 AM #12
Can you post your filterFeatures.js and listMenu.js files?
Thank's
-
3 Jan 2013 4:42 AM #13
I solve this issue by inherits from Ext.panel.Table instead Ext.grid.Panel which accept adding "features" config as simple array
-
3 Jan 2013 5:15 PM #14
I do have this working by using an override
I do have this working by using an override
Your way is different, but I am now happy with my solution. I had to completely re-do FiltersFeature.js and fix ListMenu.js. FiltersFeatures has a bad out of the box algorithm. I have 37 columns which each has a filter. So I call addFilter dynamically 37 times in afterRender of the Grid. Unfortunately, FilterFeatures destroys the existing filters and then recreates them on every call to addFilter. This is bad programming. You can imagine the memory and performance problems this created. I re-did the addFilter to stop this from happening. The reason I did the addFilter Dynamically is so I can initialize the filters from the database. Project requirement
Wait! Looks like we don't have enough information to add this to bug database. Please follow this template bug format.



Reply With Quote