Hi .. I've searched the whole internet but couldn't find anything so I hope you can help me (please).
I want to divide a cell into two in a DataGridView, for example:
-------------------------------
| Sunday | Monday |
-------------------------------
| B | A | C | D |
-------------------------------
| info | info | info | info |
-------------------------------
Couldn't manage to split it like that.
P.S: I would also like to know how to color a text in a cell with two different colors.
Thanks in advance!