How to remove the inner border from a certain column in a DataGrid?

Posted by the_drow on Stack Overflow See other posts from Stack Overflow or by the_drow
Published on 2010-06-13T13:36:43Z Indexed on 2010/06/13 13:42 UTC
Read the original article Hit count: 178

Filed under:
|
|

I have a DataGrid that needs to have the following borders:

-------------------
|        |        |
|        |________|
|        |        |
|        |________|
|        |        |
|        |________|
|        |        |
-------------------

How do I set the border for a certain column and keep it for the rest of the datagrid?
This is a windows app that uses winforms in C#.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms