Merging Header Cells
-
Hi, I m using DataGridView in c#.net, can anyone help me with the code to obtain the following. ------------------------------------------------------------| Student Details | Course Details | ------------------------------------------------------------| Name | Address | Name | Code No | ------------------------------------------------------------| aaa | India | CS | 123 | ------------------------------------------------------------|
-
Hi, I m using DataGridView in c#.net, can anyone help me with the code to obtain the following. ------------------------------------------------------------| Student Details | Course Details | ------------------------------------------------------------| Name | Address | Name | Code No | ------------------------------------------------------------| aaa | India | CS | 123 | ------------------------------------------------------------|
Pls have a look at this article.It may help you. http://marss.co.ua/MergingGridViewHeaderColumns.aspx[^]