setup format for columns of DataTable or GridView
        Posted  
        
            by ncdy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ncdy
        
        
        
        Published on 2010-04-02T03:45:01Z
        Indexed on 
            2010/04/02
            3:53 UTC
        
        
        Read the original article
        Hit count: 249
        
How can I setup some format for cells in some column in my DataTable or GridView ?
I need to make some double columns rounded , for example :
3.564643 -> 3.56
3.546723 -> 3.55
6.654644 -> 6.65
thank you.
© Stack Overflow or respective owner