How sort a QuantumGrid on data from a different column
        Posted  
        
            by norgepaul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by norgepaul
        
        
        
        Published on 2010-04-03T09:25:44Z
        Indexed on 
            2010/04/03
            9:33 UTC
        
        
        Read the original article
        Hit count: 372
        
Is there a way to sort Devexpress QuantumGrid rows on data from a different column other than the one whose header has been clicked? For example, when the header of column A is clicked the rows of the grid are sorted on the data from column B. Visually it should still appear that it is column A that has been sorted as the sort glyphys will be shown in column A's header.
© Stack Overflow or respective owner