/ Published in: JavaScript
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
grid.canSort = function(index) { //index is 1-based
if(Math.abs(index) == 2 || Math.abs(index) == 4) return true;
return false;
}
URL: http://o.dojotoolkit.org/forum/dojox-dojox/dojox-support/grid-sort-only-some-cells
Comments
 Subscribe to comments
                    Subscribe to comments
                
                