Add a fixed3d border to a specific coulmn in a datagridview inorder to indicate that a cell is edita

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 22:43 UTC
Read the original article Hit count: 145

Filed under:
|

I need to somehow show the userd that the a specific column in a datagridview is editable. I want to add a fixed3d border only to that coulmn but couldn't find how to. How can I do that or any other creative idea on how to solve this problem - showing the cell can be edited?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms