How can I add a border to an individual DataGridView column?
        Posted  
        
            by user271077
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user271077
        
        
        
        Published on 2010-04-11T22:35:50Z
        Indexed on 
            2010/04/11
            23:23 UTC
        
        
        Read the original article
        Hit count: 243
        
I need to somehow show the user that a specific column in a DataGridView is editable.
I want to add a Fixed3D border to only that column, but could not find a way.
How can I change the border style for a specific column?
Or, if that is not possible, are there any other ways to indicate that a cell can be edited?
© Stack Overflow or respective owner