I need the columns Headers to be Stacked, like Header Cells Merged. The Same as in this image.
Please Refer to this link. It is done with C#. It does exactly what I need. http://www.codeproject.com/Articles/474418/DataGridViewplus-e2-80-93plusStackedplusHeader
But the Problem is, Im working on vbproj and It cant include this C#. I used some code converters and ended with some errors in raising events, etc.
Is there any way to get this in VB.NET
Or Is there any other way to make this stacked Headers??