I want to create columns in my DataGridView just like that:
______________________________________
|________________Taxes________________|
|_______Tax 1_______|______Tax 2______|
| 3,50 | 4,50 |
| 6,60 | 4,22 |
But how do I make column headers with 2 levels, and merge the first
row?
Thanks.