Disable nested sorting in dojo enhancedGrid
        Posted  
        
            by JJ
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JJ
        
        
        
        Published on 2010-03-18T12:27:22Z
        Indexed on 
            2010/03/18
            12:31 UTC
        
        
        Read the original article
        Hit count: 262
        
I'm currently trying to disable the nested sorting, as it does not pass the parameters for the nested sort to the store url (only the first sorted column gets passed over). I tried to set "nestedSorting: false" in the grid setup (programmatically), but the sorting is still being showed in the grid headers. Isn't it possible to disable the nested sort?
© Stack Overflow or respective owner