save state of a dataGrid: visible columns, columns width and order
        Posted  
        
            by luca
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by luca
        
        
        
        Published on 2010-01-11T13:23:41Z
        Indexed on 
            2010/05/07
            22:38 UTC
        
        
        Read the original article
        Hit count: 570
        
I want to save remotely (on a database) the state (visible columns, columns width and order) of a Flex3 DataGrid.
For width and visibility I can simply save them by accessing each column attribute.. ugly but possible.. But for the order? Do I have to create the dataGrid dynamically??
Any idea is appreciated thanks
© Stack Overflow or respective owner