Trey
4 Feb 2010, 8:31 AM
Ext version tested:
Ext 3.1.0
Adapter used:
ext
css used:
only default ext-all.css
Browser versions tested against:
FF3 (firebug 1.3.0.10 installed)
Operating System:
Win vista
Description:
I have a grid with a non-sortable columns. when i sort the store, a css and an image is added to the column. I don't want this. Is it the required behavior ?
Possible fix:
var cls = grid.getView().sortClasses;
grid.getView().sortClasses = '';
store.sort('name', 'DESC');
grid.getView().sortClasses = cls;
Ext 3.1.0
Adapter used:
ext
css used:
only default ext-all.css
Browser versions tested against:
FF3 (firebug 1.3.0.10 installed)
Operating System:
Win vista
Description:
I have a grid with a non-sortable columns. when i sort the store, a css and an image is added to the column. I don't want this. Is it the required behavior ?
Possible fix:
var cls = grid.getView().sortClasses;
grid.getView().sortClasses = '';
store.sort('name', 'DESC');
grid.getView().sortClasses = cls;