views:

22

answers:

0

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#.