BlindRocker
19 Jul 2011, 1:02 AM
Hello,
in app.js i've included the following libs
Ext.require(['Ext.data.Model','Ext.data.Store','Ext.grid.Panel','Ext.toolbar.Paging','Ext.ux.form.SearchField', 'Ext.ux.grid.FiltersFeature']);
and defined a grid with filtering plugin.
Now, running the code with NON deployed code (using ext-debug.js) the highlight of the filtered grid column works nice, but after deploying ( using ext.js and my app-all.js ) the highlight doesn't work anymore.
Is it some sort of a bug in the sdk deploying tool?
Any ideas?!
Thanks and Regards :)
in app.js i've included the following libs
Ext.require(['Ext.data.Model','Ext.data.Store','Ext.grid.Panel','Ext.toolbar.Paging','Ext.ux.form.SearchField', 'Ext.ux.grid.FiltersFeature']);
and defined a grid with filtering plugin.
Now, running the code with NON deployed code (using ext-debug.js) the highlight of the filtered grid column works nice, but after deploying ( using ext.js and my app-all.js ) the highlight doesn't work anymore.
Is it some sort of a bug in the sdk deploying tool?
Any ideas?!
Thanks and Regards :)